I hereby claim:
- I am felipem775 on github.
- I am felipem (https://keybase.io/felipem) on keybase.
- I have a public key ASCRJMebLoMBCJWfls4DK8O-9ZhZMjPxGchyyOIpH224Nwo
To claim this, I am signing this object:
-- original https://stackoverflow.com/a/19532132/2428230 | |
CREATE FUNCTION make_uid() RETURNS text AS $$ | |
DECLARE | |
new_uid text; | |
done bool; | |
BEGIN | |
done := false; | |
WHILE NOT done LOOP | |
new_uid := upper(substring(md5(''||now()::text||random()::text),1,8)); | |
done := NOT exists(SELECT 1 FROM report_users WHERE confirm_key=new_uid); |
#!/bin/bash | |
export SCRIPT_PATH="`dirname \"$0\"`" | |
echo $SCRIPT_PATH | |
cd $SCRIPT_PATH | |
for DIR in */ ; | |
do | |
echo $DIR | |
cd $DIR | |
git remote update | |
cd $SCRIPT_PATH |
$ wget https://raw.githubusercontent.com/libretro/fbalpha/master/gamelist.txt | |
$ cat gamelist.txt |grep "Neo Geo" | sort | awk '{print $2;}' > roms-neogeo.txt | |
$ xargs -0 -I {} -n 1 ln roms/{}.zip roms-neogeo/ < <(tr \\n \\0 < roms-neogeo.txt ) |
I hereby claim:
To claim this, I am signing this object:
# /etc/fstab: static file system information. | |
# | |
# Use 'blkid' to print the universally unique identifier for a | |
# device; this may be used with UUID= as a more robust way to name devices | |
# that works even if disks are added and removed. See fstab(5). | |
# | |
# <file system> <mount point> <type> <options> <dump> <pass> | |
# / was on /dev/sda1 during installation | |
UUID=5f2d3ad5-9a91-49ee-8df9-cfd6f44a9d04 / ext4 errors=remount-ro 0 1 | |
# /home was on /dev/sda2 during installation |
Tienda donde venden piedras de Go:
Hans, es una tienda de comida coreana. Muchas veces tienen la puerta cerrada pero hay un timbre y también tienen un número de teléfono.
El juego de piedras lo venden por 25€ y el tablero también por 25€, si se compran ambas cosas son 45€ pero el tablero no me gusta porque la calidad es baja y tiene bisagras por debajo que pueden rayar la mesa.
Es preferible llamar para preguntar si tienen piedras antes de ir. Piedras de Go o Baduk (el nombre del juego en coreano).
Dirección: https://goo.gl/maps/VSPfKT4rraU2
// Return ihwrfhib/bimep/bimep_2017051700.nc | |
function get_latest(url) { | |
return fetch(url) | |
.then(response => response.text()).then(str => (new window.DOMParser()).parseFromString(str, "text/xml")) | |
.then(function (xml){ | |
return xml.getElementsByName('Latest bimep')[0].attributes['urlPath'].value; | |
}); | |
} |
https://twitter.com/marcysutton https://css-tricks.com/debugging-tips-tricks/
$('body').on('focusin', function() {
console.log(document.activeElement);
});
awesome-shell 20170410
awesome zsh plugins 20170410
project based learning 20170502
awesome compilers 20170516
EthList: The Crowdsourced Ethereum Reading List 20170530
Best websites a programmer should visit 20170613
frontend-dev-bookmarks 20170714
Awesome Guidelines 20170718
Awesome Hacking 20170808
[Setup] | |
;Setup File for Duke Nukem 3D | |
SetupVersion = "1.4" | |
; | |
; | |
[Screen Setup] | |
; | |
; | |
;ScreenMode | |
; - Chained - 0 |