Jump to content
View in the app

A better way to browse. Learn more.

Forum Supreme-Elite

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Si vous voulez faire tourner en bourrique vos collègues développeurs, voici Mimic !

Cet utilitaire est diabolique puisqu'il remplace automatiquement certains points virgules (;) présent dans du code source par un point d'interrogation grec (;). Ainsi au moment du debug, vos amis ou ennemis, vont y perdre leur grec, euuuh, leur latin !

http://korben.info/wp-content/uploads/2015/10/f7963ae4-7591-11e5-9b45-f123e42b22f4.png

Pour l'installer :

pip install git+git://github.com/reinderien/mimic.git

Et pour l'utiliser :

mimic --list # Show all of the homoglyphs

mimic --explain=o # What crazy things can we do with this letter?

mimic --me-harder 100 # Type some lines in and mess with every single char

mimic --reverse # Undo the mayhem. Boooring.

cat somefile | mimic # Pipe some source through at 1%

# Turn up the knob and save the results

cat somefile | mimic --me-harder 25 > mimicked

# Find out exactly where we broke the source

cat mimicked | mimic --check | less

# Now we know the source is broken, so fix it

cat mimicked | mimic --reverse > fixedfile

# This should output nothing (i.e. the files are the same)

diff fixedfile somefile

Par contre après ça, planquez-vous car vos victimes vont surement chercher à vous tuer. Notez que Mimic est aussi capable d'inverser le processus... ouf !

Puis si votre C# ne se compile plus, c'est peut-être parce que vous avez des collègues farceurs ;-)

Source

Cet article merveilleux et sans aucun égal intitulé : Comment rendre fou un développeur ? ; a été publié sur Korben, le seul site qui t'aime plus fort que tes parents.



Voir l'article complet

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.