Skip to content

Instantly share code, notes, and snippets.

View blackhalt's full-sized avatar
🎯
Focusing

BlackHalt blackhalt

🎯
Focusing
View GitHub Profile
@blackhalt
blackhalt / NBAVOTE.md
Last active January 13, 2016 09:09
Kā balsot NBAVOTE

How to vote:

• NBA.com voting page at NBA.com/vote: Fill out one full ballot per day on NBA.com/vote from a desktop or mobile browser.

• NBA App: Access the ballot and vote through the app, which is available on Android and iOS. Fans can fill out one full ballot per day.

• Twitter: Tweet, retweet or reply with the player's first and last name or handle, along with the hashtag #NBAVOTE. Each tweet may include only one player's name. Fans can vote for 10 unique players each day throughout the All-Star voting period.

• Facebook: Use the player's first and last name along with the hashtag #NBAVOTE in a post on your personal Facebook account, or comment on another's Facebook post. Fans can post votes for 10 unique players per day, and each vote may contain only one player's name.

@blackhalt
blackhalt / lsm.lv.txt
Last active April 13, 2017 13:28
ltv.lsm.lv Adblock Plus filtrs (arī uBlock)
@@||adbox.lv^$domain=lsm.lv
@@||ltv.lsm.lv/public/scripts/ads.js
@@||ltv.lsm.lv/public/scripts/advertisement.js
lsm.lv##.adbox.ad.ad-page_top.ad-visible *
lsm.lv##.adbox.ad.ad-page_nmr.ad-visible *
lsm.lv##.follow-footer
lsm.lv##[style$="z-index: 2000;"]
lsm.lv##[style="height: 400px; position: fixed; top: 50%; left: 50%; margin-left: -300px; margin-top: -200px; z-index: 15000; width: 600px;"]
@blackhalt
blackhalt / skripti.sh
Created February 7, 2015 08:37
Kā lejuplādēt YouTube viena atskaņošanas saraksta (playlist) visu video MP3 (audio)
#Lejuplādējam vienu video vislabākajā pieejamajā formātā:
./youtube-dl -cit "https://www.youtube.com/watch?v=e-ORhEE9VVg" --format best
#Lejuplādējam viena video skaņu vislabākajā pieejamajā formātā:
./youtube-dl -cit "https://www.youtube.com/watch?v=e-ORhEE9VVg" --format bestaudio
#Lejuplādējam vienu video un konvertējam to uz mp3, izmantojot avconv (noklusēti):
./youtube-dl -cit "https://www.youtube.com/watch?v=e-ORhEE9VVg" --format bestaudio --extract-audio --audio-quality 0 --audio-format mp3
#Lejuplādējam vienu video un konvertējam to uz mp3, izmantojot ffmpeg (nāksies izmantot uz Ubuntu):
@blackhalt
blackhalt / index.html
Created January 20, 2015 21:04
wget lsm.lv
<!doctype html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7"><![endif]-->
<!--[if IE 7]><html class="no-js lt-ie9 lt-ie8"><![endif]-->
<!--[if IE 8]><html class="no-js lt-ie9"><![endif]-->
<!--[if gt IE 8]><!--><html class="no-js"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Ziņas / Lsm.lv</title>
<link rel="stylesheet" media="screen" href="/public/styles/default.css?v=347">
<link rel="stylesheet" media="screen" href="//s2.lsm.lv/header/style_new.css">
#!/bin/bash
for i in {1..100000}
do
proxychains curl -d "poll[ch]=3755" http://www.diena.lv/aptauja/vai-tavs-auto-ir-sagatavots-ziemai-893 >/dev/null 2>&1;
done
@blackhalt
blackhalt / nra.sh
Last active August 29, 2015 14:10 — forked from anonymous/nra.sh
#!/bin/bash
timestamp() {
date +"%T"
}
for i in {1..100000}
do
curl -d "answer=3944" http://nra.lv/block/poll/vote/694/ --cookie "nracookie $timestamp";
sleep 10;
@blackhalt
blackhalt / balso.html
Created November 26, 2014 12:31
NRA.lv balsošana
<!doctype html>
<head>
<meta charset="UTF-8" />
</head>
<body>
<form action="http://nra.lv/block/poll/vote/694/" method="post">
@blackhalt
blackhalt / youtube-dl-vilkt-listi.sh
Created November 9, 2014 09:12
youtube-dl-vilkt-listi.sh
#!/bin/bash
curl https://gdata.youtube.com/feeds/api/playlists/PLSXzc1tWmGap6RzMwNo47WNNr_CxXb9Ur?max-results=50| \
grep -oi "https://www.youtube.com/watch?v=[a-zA-Z0-9_-.]*"| \
sort -u| \
xargs youtube-dl --format best
@blackhalt
blackhalt / Mobilie portāli Stylish V2.css
Last active August 29, 2015 14:07
Mobilie portāli Stylish V2
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document
domain("m.diena.lv"),
domain("mob.ir.lv"),
domain("m.db.lv"),
domain("m.tvnet.lv")
{
@blackhalt
blackhalt / Mobilie portali Stylish.css
Created October 21, 2014 02:27
Mobilie portali Stylish
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document
domain("m.diena.lv"),
domain("mob.ir.lv"),
domain("m.db.lv"),
domain("m.tvnet.lv")
{