The following packages are needed to run bocker.
Because most distributions do not ship a new enough version of util-linux you will probably need to grab the sources from here and compile it yourself.
Additionally your system will need to be configured with the following:
/var/bocker
bridge0
and an IP of 10.0.0.1/24/proc/sys/net/ipv4/ip_forward
bridge0
to a physical interface.For ease of use a Vagrantfile is included which will build the needed…
This is not an official API support and etc. This is just a scraper that is using TikTok Web API to scrape media and related meta information.
tiktok-scraper requires Node.js v10+ to run.
Install from NPM
npm i -g tiktok-scraper
Install from YARN
yarn global add tiktok-scraper
$ tiktok-scraper --helpUsage: tiktok-scraper <command> [options]Commands: tiktok-scraper user [id] Scrape videos from username. Enter only username tiktok-scraper hashtag [id] Scrape videos from hashtag. Enter hashtag without # tiktok-scraper trend Scrape posts from current trends tiktok-scraper music [id] Scrape posts from a music id number tiktok-scraper video [id] Download single video without…
Depix is a tool for recovering passwords from pixelized screenshots.
This implementation works on pixelized images that were created with a linear box filter.
python depix.py -p [pixelated rectangle image] -s [search sequence image] -o output.png
The algorithm uses the fact that the linear box…
Mimic is an API-compatible mock service for Openstack Compute and Rackspace’s implementation of Identity and Cloud Load balancers. It is backed by in-memory data structure rather than a potentially expensive database.
Mimic helps with:
The fastest way to install and start Mimic is:
pip install mimic
twistd -n mimic
You can test the server started successfully by sending this request and checking for the welcome message:
curl http://localhost:8900 >> To get started…
Top-like interface for container metrics
ctop
provides a concise and condensed overview of real-time metrics for multiple containers
as well as a single container view for inspecting a specific container.
Fetch the latest release for your platform:
sudo wget https://github.com/bcicen/ctop/releases/download/v0.7.3/ctop-0.7.3-linux-amd64 -O /usr/local/bin/ctop
sudo chmod +x /usr/local/bin/ctop
brew install ctop
or
sudo curl -Lo /usr/local/bin/ctop https://github.com/bcicen/ctop/releases/download/v0.7.3/ctop-0.7.3-darwin-amd64
sudo chmod +x /usr/local/bin/ctop
Img2css is a tool that can convert any image into a pure css image. This tool creates a single one pixel shadow per pixel in the source images.
Don’t remember a function’s name? Use pyinspect
to look for it.
Don't remember what a function does? Use pyinspect
to print its source code directly to your terminal.
Can't figure out why you keep getting an error? Use pyinspect
's fancy tracebacks to figure it out
Still can't figure it out, but too lazy to google it? Use pyinspect
to print Stack Overflow's top answer for your error message directly to your terminal!
… and a bunch of other features to make your life easier when coding.
Example
# import pyinspect
import pyinspect as pi
# Find the functions you're looking for
pi.search(pi, name='what')
1. Download form npm
npm install filters.css
2. Or you can use cdn unpkg and include in the head
<link href="https://unpkg.com/filters.css" rel="stylesheet">
3. Or download minified filters.min.css file and include in the head
<link href="css/filters.min.css" rel="stylesheet">
filters.css can be used with any css framework.
<img src="..." class="blur-3" />
Try running a simple program:
// hello.ts
import { hello } from "https://x.nest.land/arweave-hello@0.0.2/mod.ts";hello("Elsa");> elsa run hello.ts
Hello, Elsa
High velocity native mobile development requires us to adopt continuous integration workflows, which means our reliance on manual QA has to drop significantly. Detox tests your mobile app while it’s running in a real device/simulator, interacting with it just like a real user.
The most difficult part of automated testing on mobile is the tip of the testing pyramid — E2E. The core problem with E2E tests is flakiness — tests are usually not deterministic. We believe the only way to tackle flakiness head on is by moving from black box testing to gray box testing. …
Full-stack developer and Open Source contributor — https://github.com/null-none · https://www.linkedin.com/in/kal1sha/