Skip to content

Instantly share code, notes, and snippets.

View Sparker0i's full-sized avatar
Mostly Unavailable

Aaditya Menon Sparker0i

Mostly Unavailable
View GitHub Profile
@Sparker0i
Sparker0i / lima-podman.yaml
Created March 26, 2022 17:12
Custom YAML to run Podman inside a Lima VM
# This example requires Lima v0.7.0 or later.
images:
- location: "https://download.fedoraproject.org/pub/fedora/linux/releases/35/Cloud/x86_64/images/Fedora-Cloud-Base-35-1.2.x86_64.qcow2"
arch: "x86_64"
digest: "sha256:fe84502779b3477284a8d4c86731f642ca10dd3984d2b5eccdf82630a9ca2de6"
- location: "https://download.fedoraproject.org/pub/fedora/linux/releases/35/Cloud/aarch64/images/Fedora-Cloud-Base-35-1.2.aarch64.qcow2"
arch: "aarch64"
digest: "sha256:c71f2e6ce75b516d565e2c297ea9994c69b946cb3eaa0a4bbea400dbd6f59ae6"
cpus: 4
memory: 6 GiB
{
"a":2,
"b":3,
"c":1,
"d":1,
"e":1
}
[{
"System.FileExtension": {
"Value": "N/A",
"Type": 12
},
"System.Software.ProductVersion": {
"Value": "1.0.42.0",
"Type": 12
},
"System.Kind": {
@Sparker0i
Sparker0i / build.sbt
Created August 20, 2019 10:36 — forked from mumoshu/build.sbt
DES and AES encryption in Scala
name := "DES and AES encryption in Scala"
version := "1.0"
scalaVersion := "2.9.1"
libraryDependencies += "commons-codec" % "commons-codec" % "1.6"
@Sparker0i
Sparker0i / PY0101EN-4-2-WriteFile.ipynb
Created June 28, 2019 11:07
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Sparker0i
Sparker0i / PY0101EN-4-1-ReadFile.ipynb
Created June 28, 2019 10:56
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Sparker0i
Sparker0i / PY0101EN-3-4-Classes.ipynb
Created June 28, 2019 10:50
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Sparker0i
Sparker0i / PY0101EN-3-3-Functions.ipynb
Created June 28, 2019 10:43
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Sparker0i
Sparker0i / PY0101EN-3-2-Loops.ipynb
Created June 28, 2019 10:37
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Sparker0i
Sparker0i / 3.1 - Python Conditions.ipynb
Created June 28, 2019 06:47
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.