- An old PC
- DVD-R or CD-R
- Recommended hardware
- Wired Network Connection
- CPU with high clock speed
package com.zackehh.example; | |
import android.annotation.SuppressLint; | |
import android.app.Activity; | |
import android.app.ProgressDialog; | |
import android.content.Context; | |
import android.net.ConnectivityManager; | |
import android.net.NetworkInfo; | |
import android.os.Bundle; | |
import android.view.ContextThemeWrapper; |
3d-game.com #dtdns.com | |
4irc.com #dtdns.com | |
b0ne.com #dtdns.com | |
bbsindex.com #dtdns.com | |
chatnook.com #dtdns.com | |
darktech.org #dtdns.com | |
deaftone.com #dtdns.com | |
dtdns.net #dtdns.com | |
effers.com #dtdns.com | |
etowns.net #dtdns.com |
var a= ''; | |
for (var i in require.__debug.modules) { | |
a += (i + '\n'); | |
} | |
console.log(a); | |
/* | |
module | |
exports | |
define |
#include <iostream> | |
#include "borrow_checker.hpp" | |
int main() | |
{ | |
auto i = 42; | |
// borrow `i` under name `ref` | |
borrow_var(ref, i) |
Code Shadow | |
https://www.youtube.com/c/CodeShadow | |
DevDojo | |
https://www.youtube.com/channel/UCjF0OccBT05WxsJb2zNkL4g/playlists | |
Tutorial Python - Abel Separovich | |
https://www.youtube.com/user/Oseparovich/playlists |
This is basically a rehash of an original post on CNXSoft - all credit (particularly for the Virtio device arguments used below) belongs to the author of that piece.
Download the latest uefi1.img
image. E.g. ubuntu-16.04-server-cloudimg-arm64-uefi1.img
from https://cloud-images.ubuntu.com/releases/16.04/release/
Download the UEFI firmware image QEMU_EFI.fd
from https://releases.linaro.org/components/kernel/uefi-linaro/latest/release/qemu64/
Determine your current username and get your current ssh public key:
- [http://crok.homelinux.com/] --
- [https://crok.homelinux.com/shell/] -- SSHS
- [http://gmail.com/] --
- [https://mail.bt.com/owa] --
- [https://web.telegram.org/] --
- [https://admin.dc1.arubacloud.hu/Manage/Server/ServerDetails.aspx] --
- [http://index.hu/] -- Index
- [http://www.haon.hu/] -- haon
- [https://www.idokep.hu/idojaras/Debrecen] -- Időkép
- [http://koponyeg.hu/t/Debrecen] -- köpönyeg
#Name: Como fazer perguntas inteligentes
#By Eric Raymond (Tradução: César A. K. Grossmann)
#Version: N/D
#Release Date: September 4th, 2019
Como fazer perguntas inteligentes
Por: Eric Raymond Tradução: César A. K. Grossmann
GitHub Gists may be used not only for code snippets sharing but as a publishing platform for your articles.
Each gist is a git repo with restrictions and features:
- You can't create folders in any branch of the repo.
- Each file in the master branch larger than 1MB risks to be truncated so you can't add zip archive to master. But you may keep additional large files at another branches which can't be viewed on the gist page.
- If you want to use images in your article but wish non-embedded images to be hidden on the gist page then you may keep them in non-master branch and reference by
.//raw//foobar.jpg
.