Skip to content

Instantly share code, notes, and snippets.

View rmzi's full-sized avatar
🍊
...

Ramzi Abdoch rmzi

🍊
...
View GitHub Profile
@zrlram
zrlram / README
Created April 29, 2012 00:50
d3 force layout with brushing and selecting of nodes
Click and drag to select nodes. Clicking without dragging will create an empty selection, which will deselect all nodes again.
@jasonrudolph
jasonrudolph / about.md
Last active May 14, 2024 16:36
Programming Achievements: How to Level Up as a Developer
@bdd
bdd / pbkdf2.c
Last active August 18, 2021 19:43
Generate a key from a passpharse w/ PBKDF2
/*
* Copyright (c) 2011 Berk D. Demir <bdd@mindcast.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR