View PY0101EN-3-3-Functions.ipynb

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View filename.zsh
#!/usr/bin/env zsh | |
f='example.txt' | |
echo ${f:r} | |
#=> example | |
echo ${f:e} | |
#=> txt |
View ProxyStaticMembers.ps1
param([type]$Type) | |
$result = [pscustomobject]@{} | |
foreach ($property in $type.GetProperties([System.Reflection.BindingFlags]::Public -bor [System.Reflection.BindingFlags]::Static)) { | |
$name = $property.Name | |
$params = @{ | |
InputObject = $result | |
MemberType = 'ScriptProperty' | |
Name = $property.Name | |
} |
View unflower_cms.py
from elftools.elf.constants import P_FLAGS | |
from elftools.elf.elffile import ELFFile | |
from unicorn import Uc, UC_ARCH_ARM, UC_MODE_LITTLE_ENDIAN, UC_HOOK_CODE, UC_PROT_READ, UC_PROT_WRITE, UC_PROT_EXEC | |
from unicorn.arm_const import * | |
from capstone import Cs, CS_ARCH_ARM, CS_MODE_THUMB, CsInsn | |
from keystone import Ks, KS_MODE_THUMB, KS_ARCH_ARM | |
# 找到.text节 | |
filename = "./libcms.so" |
View gist:6cea2bccf45b6bb71b63029298431456
https://repl.it/@AshleyLee/return-of-fizz-buzz | |
https://repl.it/@AshleyLee/Cat-carousel-jQuery | |
https://repl.it/@AshleyLee/shopping-list |
View PY0101EN-2-2-Lists.ipynb

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View BeenzCoin.sol
/* | |
Implements EIP20 token standard: https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md | |
.*/ | |
pragma solidity ^0.4.24; | |
import "./EIP20Interface.sol"; | |
View la double j - wrong images.js
{ | |
"_id" : "5c658cb992bd66000c109aa0", | |
"partnerId" : "la-doublej", | |
"brandId" : "la-doublej", | |
"tags" : [ | |
"clothing", | |
"dresses", | |
"summer", | |
"maxi" | |
], |
View cloudSettings
{"lastUpload":"2019-12-12T01:59:29.705Z","extensionVersion":"v3.4.3"} |
View PY0101EN-3.3_notebook_quizz_functions.ipynb

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder