Skip to content

Instantly share code, notes, and snippets.

View molzieyy's full-sized avatar
🎯
Focusing

Molel Levy molzieyy

🎯
Focusing
View GitHub Profile
#!/usr/bin/env bash
#######################################
# Bash script to install apps on a new system (Ubuntu)
#
#save with extension .sh
#to run bash filename.sh
# Written by @slackware from slackware609[at]gmail.com
#######################################
#add the repository.
<?php
/*Open up the wp-content/themes/themeXXXXX/includes/custom-function.php file.
*You may need to download it to your local system if you are using FTP,
*or you can access the file directly through your hosting file manager.
* Scroll down to the very end of the file and add the following code there:
*
*
*
*
*/
#!/usr/bin/env bash
#######################################
# Bash script to install apps on a new system (Ubuntu)
# Written by @slackware from slackware609[at]gmail.com
#######################################
#CHANGING DIRECTORY TO TEMP
echo '##...Downloading Wordpress'
cd /tmp
<script>
/*
***************************************************
** http://davealger.info
***************************************************
This is a javascript only way to fingerprint a user with better than 90% accuracy in as few bytes as possible and no cookie storage!
Special thanks to Valentin Vasilyev for the original fingerprintjs slightly modified and to Open Source Device Fingerprinting by Dark Wave Tech for the various identity functions
#!/bin/bash/
#######################################
# Bash script to install apps on a new system (Ubuntu)
# Written by @slackware from slackware609[at]gmail.com
#######################################
## Update packages and Upgrade system
#https://gist.github.com/aamnah/340240de52fd5be13549
#TO RUN
#
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
@molzieyy
molzieyy / web-audio-fetch-stream.js
Created January 21, 2019 07:02 — forked from revolunet/web-audio-fetch-stream.js
Web Audio streaming with fetch API
//
// loads remote file using fetch() streams and "pipe" it to webaudio API
// remote file must have CORS enabled if on another domain
//
// mostly from http://stackoverflow.com/questions/20475982/choppy-inaudible-playback-with-chunked-audio-through-web-audio-api
//
function play(url) {
var context = new (window.AudioContext || window.webkitAudioContext)();