I hereby claim:
- I am null-dev on github.
- I am nulld3v (https://keybase.io/nulld3v) on keybase.
- I have a public key ASCmcZbgg7vDpUsl7Yu_WcCgk8yvn6jFM0uWlGOlkq1lbwo
To claim this, I am signing this object:
| package xyz.nulldev.slickmangaapp.model.manga; | |
| import android.os.Parcel; | |
| import android.os.Parcelable; | |
| import java.net.URL; | |
| import java.util.ArrayList; | |
| import java.util.UUID; | |
| import co.uk.rushorm.core.RushObject; |
| package xyz.nulldev.csg | |
| import okhttp3.OkHttpClient | |
| import okhttp3.Request | |
| import org.jetbrains.ktor.http.HttpStatusCode | |
| import org.jetbrains.ktor.netty.embeddedNettyServer | |
| import org.jetbrains.ktor.response.respondRedirect | |
| import org.jetbrains.ktor.response.respondText | |
| import org.jetbrains.ktor.routing.get | |
| import org.jetbrains.ktor.routing.routing |
| <?php | |
| if(!isset($_GET['a'])) { | |
| die('<form action="" method="get"><input type="text" name="a"/><input type="submit"/></form>'); | |
| } | |
| $url = "https://1fichier.com/?" . urlencode($_GET['a']) . "?auth=1&inline"; | |
| stream_context_set_default(array( | |
| 'http' => array( | |
| 'method' => 'GET', | |
| 'header' => 'Authorization: Basic ' . '[BASE64 encoded login credentials. Format: "user:pass" (without quotes)]' |
| let dlf = $('.download_form'); | |
| let results = []; | |
| dlf.submit(function(e) { | |
| $.post($(this).attr('action'), $(this).serialize(), function(json) { | |
| results.push(json["DownloadUrl"]); | |
| console.log("Processing link " + results.length + "/" + dlf.size() + "..."); | |
| if (results.length >= dlf.size()) |
| #!/bin/bash | |
| # Disable WINE debug logging | |
| export WINEDEBUG=-all | |
| cat <<EOM >HelloWorld.java | |
| class HelloWorld { | |
| public static void main(String[] args) { | |
| int[][] yesArraysWork = new int[10][10]; | |
| Integer[] sameAsObjArrays = new Integer[10]; |
| /** | |
| * Reads entire `JsonObject`s and `JsonArray`s from `JsonReader`s | |
| * | |
| * @author nulldev | |
| */ | |
| import com.google.gson.JsonArray | |
| import com.google.gson.JsonNull | |
| import com.google.gson.JsonObject | |
| import com.google.gson.stream.JsonReader |
| import android.content.Context | |
| import android.graphics.Color | |
| import android.preference.PreferenceManager | |
| import android.support.design.widget.TabLayout | |
| import android.support.test.InstrumentationRegistry | |
| import android.support.test.espresso.Espresso | |
| import android.support.test.espresso.Espresso.onIdle | |
| import android.support.test.espresso.Espresso.onView | |
| import android.support.test.espresso.UiController | |
| import android.support.test.espresso.ViewAction |
| if application "iTerm" is running then | |
| tell application "System Events" | |
| tell UI element "iTerm" of list 1 of application process "Dock" | |
| perform action "AXShowMenu" | |
| click menu item "New Window (Default Profile)" of menu 1 | |
| end tell | |
| end tell | |
| else | |
| tell application id (id of application "iTerm") | |
| reopen |
| [ | |
| { | |
| "clusterTitle": "international/internal/internationally", | |
| "docs": [ | |
| { | |
| "docTitle": "United Nations \u0026 It\u0027s International Organizations--Midterm ...", | |
| "docBlurb": "There are six main organs of the United Nations—the General Assembly, the Security Council, the Trusteeship Council, the Economic and Social Council, the International Court of Justice, and the Secretariat.", | |
| "docURL": "https://quizlet.com/157367004/united-nations-its-international..." | |
| }, | |
| { |
I hereby claim:
To claim this, I am signing this object: