17 private links
My favorite "failed" project: I was with a company that decided to rewrite a Perl project in C++ because Perl was too slow.
Roche Biochemical Pathways by Dr. Gherhard Michal
glot.io lets you run and share snippets.
Snippets can be saved as either public or secret. Public snippets will show up in /snippets and will be found by search engines. Secret snippets can only be accessed by those who know the url.
Code is executed inside a temporary container without a network connection. Execution time is limited to 15 seconds and the output can not exceed 100KiB. Memory is limited to 500MB.
Ace is used as the code editor. Make sure to check out the leftmost and rightmost tabs, where you can select language version, set a custom run command and change the editor keybindings.
Are you missing your favorite library or language? Issues and pull requests are gladly accepted here.
An action roguelite where every pixel is interactive and destructible
An easier, quicker, and much less privacy-invading way to make and share events
An easier, quicker, and much less privacy-invading way to make and share events
Cie La difforme - Jessica Dalle
Midi était en flammes, deuxième spectacle de la compagnie le Difforme, est une variation sur le roman et film Théorème du poète visionnaire Pier Paolo Pasolini.
Le passage d’un ange vient bouleverser la vie verrouillée d’une famille bourgeoise, provoquant chez chacun de ses membres une quête solitaire.
Développant un langage d’images, de corps, de musique et de sons, le spectacle interroge notre rapport collectif au désir, au sacré et à la morale, nous immergeant dans les sensations vécues par des individus en quête d’absolu.
L’équipe artistique au plateau se compose de sept acteurs dont un circassien et un musicien.
« Pour être poète, il faut avoir du temps : bien des heures de solitude, seul moyen pour que quelque chose se forme, vice, liberté, pour donner style au chaos. » P. P. Pasolini
What are CN, OU, DC?
From RFC2253 (UTF-8 String Representation of Distinguished Names):
String X.500 AttributeType
CN commonName
L localityName
ST stateOrProvinceName
O organizationName
OU organizationalUnitName
C countryName
STREET streetAddress
DC domainComponent
UID userid
<br/>
What does the string from that query mean?
The string ("CN=Dev-India,OU=Distribution Groups,DC=gp,DC=gl,DC=google,DC=com"
) is a path from an hierarchical structure (DIT = Directory Information Tree) and should be read from right (root) to left (leaf).
It is a DN (Distinguished Name) (a series of comma-separated key/value pairs used to identify entries uniquely in the directory hierarchy). The DN is actually the entry's fully qualified name.
Here you can see an example where I added some more possible entries.<br/>
The actual path is represented using green.
The following paths represent DNs (and their value depends on what you want to get after the query is run):
"DC=gp,DC=gl,DC=google,DC=com"
"OU=Distribution Groups,DC=gp,DC=gl,DC=google,DC=com"
"OU=People,DC=gp,DC=gl,DC=google,DC=com"
"OU=Groups,DC=gp,DC=gl,DC=google,DC=com"
"CN=QA-USA,OU=Distribution Groups,DC=gp,DC=gl,DC=google,DC=com"
"CN=Dev-India,OU=Distribution Groups,DC=gp,DC=gl,DC=google,DC=com"
"CN=Ted Owen,OU=People,DC=gp,DC=gl,DC=google,DC=com"
I’ve heard the sentiment “HTML is easy” more times than I can count. And while I would agree that HTML is perhaps easier to learn than other programming languages, you shouldn’t take it for granted.
HTML is a powerful markup language which can be used to give our web applications structure and provide powerful accessibility benefits, but only when used appropriately.
Thus, today we’ll discover ten HTML elements you might not have known existed in the hopes that you can create more accessible, and structurally-sound web applications.
Uppy fetches files locally and from remote places like Dropbox or Instagram. With its seamless integration, reliability and ease of use,
Uppy is truly your best friend in file uploading.
a repository of self-care resources for developers & others
3A Enceintes haute fidelite historique et realisations
Site consacré aux enceintes acoustiques du fabricant français 3A - Art & Acoustique Appliquée.
Forum Cabasse . Forum HIFI . Forum Cabasse et HIFI . Audio Cabasse . Enceintes .
Cabasse . HIFI . haute fidelité . vintage . home cinéma . vidéoprojecteur . amplificateur . DIY . Haut parleur . haut-parleur . enceinte . enceintes . loudpseaker . HP
Enceintes acoustiques colonnes sur pieds intégrés Mercuriale Numérique 15
Describe your diagrams with a simple text language and automatically generate an image you can export.
Why?
You love diagrams but don't want to spend time positioning elements.
Your diagram keeps evolving, you want the layout to re-adjust automatically.
You prefer to describe your diagrams with an intuitive text description.