Skip to content

Instantly share code, notes, and snippets.

How do I do this thing?

I'm not aware of how to use Google, how do I do this basic thing in Language X?

tagged coding, question

edited by Grammar Nazi (2.5M), asked by 1337z0r (2)

Answer 1 (12)

@limkokholefork
limkokholefork / postman-github-repos-batch-transfer
Created November 1, 2021 18:29 — forked from idokd/postman-github-repos-batch-transfer
Github Repository Ownership Transfer via Postman
# This script is to be used in Postman if you wish to transfer ownership of your repository in a batch
# Example; downgrading from organization account (25usd min) to pro user (7usd) monthly and keeping all
# your private repositories
# Instead of complicate with scripts etc. just use postman
# the repos api will list only 25 at a time, so you should run this script a few times if you have more
# repositories to transfer
GET /orgs/### CURRENT OWNER REPOSITORY ###/repos HTTP/1.1
Host: api.github.com
Authorization: token ### GITHUB API TOKEN HERE ###
@limkokholefork
limkokholefork / MainActivity.java
Created October 10, 2021 06:54
ViewFlipper Tutorial
package com.codinginflow.viewflipperexample;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.Gravity;
import android.view.View;
import android.widget.TextView;
import android.widget.ViewFlipper;
public class MainActivity extends AppCompatActivity {
{
"version": 1,
"hasMozMallocUsableSize": true,
"reports": [
{
"process": "Main Process (pid 3990)",
"path": "explicit/dom/memory-file-data/large/file(length=18250, sha1=<anonymized>)",
"kind": 1,
"units": 0,
"amount": 32768,