Skip to content

Instantly share code, notes, and snippets.

View shlomif's full-sized avatar

Shlomi Fish shlomif

View GitHub Profile
@shlomif
shlomif / index.html
Created December 18, 2020 20:54 — forked from tiffany352/index.html
Twitter archive browser
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Twitter Archive Browser</title>
<script src="https://unpkg.com/react@16/umd/react.development.js"></script>
<script src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script>
<script src="https://unpkg.com/babel-standalone@6.15.0/babel.min.js"></script>
<style>
Licensed under the Creative Commons Attribution licence (CC-BY), either
version 4.0 or at your option, any later version. See:
https://creativecommons.org/licenses/by/4.0/
Author:Usmar A. Padow (amigojapan), contact: usmpadow@gmail.com
Written in 2017.
8 Basics of Programming
#!/usr/bin/env perl
use v5.10;
use strict;
use warnings;
use utf8;
use Carp;
use Net::GitHub;
use List::Util qw/max/;
my $org = "dagolden";
@shlomif
shlomif / JSX.html
Last active September 26, 2015 12:38 — forked from anonymous/JSX.html
<script type="text/javascript">
var settid = "sitelocked";
var status2 = false;
var data = { "sitelocked":true, "officelocked":false, "paging":20 };
if(status2 === true){
console.log('ITS TRUE');
#######################################################################################
# Making screencasts
#######################################################################################
# NOTE ! => If you have problems with ffmpeg hanging or something like that, just kill
# pulseaudio and start it again, perhaps with -vv switch from your user and it'll work fine afterwards.
#
# screencast_with_cam <screeencast_Title>
#
# It will delete any existing flv file with the same title. You don't need to add the .flv extension
#
@shlomif
shlomif / anag.pl
Created October 21, 2010 16:08 — forked from Altreus/anag.pl
$s=shift;print grep[sort/./g]~~[sort$s=~/./g],<>
#!/usr/bin/perl
use warnings;
use strict;
use diagnostics;
use IO::Handle;
sub input_number
{