LOAD CSV WITH HEADERS FROM 'https://gist.githubusercontent.com/adib-enc/d01f3413665615232bb6ce1b8a8ed2c3/raw/ff374363111f6249e7738dc004ed61e993df0385/sino.csv' as row
MERGE (k:Kata {kata: row.wx})
MERGE (s:Sinonim {sinonim: row.wsinonim, w1: row.w1, w2: row.w2, wx: row.wx});
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tb2 = $('#tb2') | |
n=1 | |
arr = [] | |
while(n <= 232){ | |
tr = $('.tr1') | |
arr.push(tr) | |
tr.remove() | |
n++; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from Crypto.Cipher import AES | |
from Crypto.Util.Padding import pad, unpad | |
from operator import xor | |
import binascii, sys | |
KEY_first = "1niL0HkuNc1NY4" | |
msg = "1a00000000000000000000000000006ab22c40003a49dbf8d8e6f49fb141e030b1e4ae96d1ec0d35e515e7bf6d108f8ebc0fb235b00c6f8d4947b13183e09c36" | |
lenref="e7bf6d108f8ebc0fb235b00c6f8d" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/zam/file | |
assertArrayHasKey() | |
assertArrayHasKey(mixed $key, array $array[, string $message = '']) | |
assertArrayNotHasKey() is the inverse of this assertion and takes the same arguments. | |
assertClassHasAttribute() | |
assertClassHasAttribute(string $attributeName, string $className[, string $message = '']) | |
assertClassNotHasAttribute() is the inverse of this assertion and takes the same arguments. | |
assertClassHasStaticAttribute() | |
assertClassHasStaticAttribute(string $attributeName, string $className[, string $message = '']) | |
assertClassNotHasStaticAttribute() is the inverse of this assertion and takes the same arguments. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const express = require('express') | |
const app = express() | |
const port = 3000 | |
const cookieParser = require('cookie-parser'); | |
app.use(cookieParser()); | |
require('dotenv').config() | |
const seedrandom = require('seedrandom') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# sudo xboxdrv --config xboxdrv-mouse.ini | |
[xboxdrv] | |
evdev=/dev/input/event15 | |
silent=true | |
[evdev-absmap] | |
ABS_X=x1 | |
ABS_Y=y1 | |
ABS_HAT0X=x2 | |
ABS_HAT0Y=y2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var intDate = Date.now().toString().substring(0,12); | |
console.log(intDate) | |
postman.setEnvironmentVariable('uniqint', intDate); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
from bs4 import BeautifulSoup | |
url = "https://news.ycombinator.com/" | |
upvoted = "upvoted?id=your.user.id&p=" | |
fmt = "hn{}.html" | |
iframe = """<iframe src="{}" title="description" height="1500" width="800"></iframe>""" | |
cookies = { | |
"user":"your cookie" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!#/usr/bin/env | |
""" | |
https://ieeexplore.ieee.org/search/searchresult.jsp?queryText=literature%20review&highlight=true&returnType=SEARCH&matchPubs=true&pageNumber=11&ranges=2010_2021_Year&returnFacets=ALL | |
1. open console | |
arr = [] | |
$('.List-results-items').each(function(i,e){ | |
arr.push($(e).text()) | |
}) | |
JSON.stringify(arr) |
We can make this file beautiful and searchable if this error is corrected: It looks like row 9 should actually have 12 columns, instead of 6 in line 8.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
id,idcommerce,idcommerce2,idsubproses,idsubproses2,subp,subp2,w1,w2,wx,wsinonim,created_at | |
1,1,2,1,1,pendaftaran mengisi identitas ,memeriksa nomor telepon ,pendaftaran,memeriksa ,pendaftaran,pencatatan,2020-12-19 11:52:25 | |
2,1,2,1,1,pendaftaran mengisi identitas ,memeriksa nomor telepon ,pendaftaran,memeriksa ,pendaftaran,pendataan ,2020-12-19 11:52:25 | |
3,1,2,1,1,pendaftaran mengisi identitas ,memeriksa nomor telepon ,pendaftaran,memeriksa ,pendaftaran,registrasi,2020-12-19 11:52:25 | |
4,1,2,1,1,pendaftaran mengisi identitas ,memeriksa nomor telepon ,pendaftaran,memeriksa ,memeriksa ,menguji,2020-12-19 11:52:25 | |
5,1,2,1,1,pendaftaran mengisi identitas ,memeriksa nomor telepon ,pendaftaran,memeriksa ,memeriksa ,memverifikasi,2020-12-19 11:52:25 | |
6,1,2,1,1,pendaftaran mengisi identitas ,memeriksa nomor telepon ,pendaftaran,memeriksa ,memeriksa ,membuktikan,2020-12-19 11:52:25 | |
7,1,2,1,1,pendaftaran mengisi identitas ,memeriksa nomor telepon ,pendaftaran ,nomor ,pendaftaran ,pencatatan,2020-12-19 11:52:25 | |
8,1,2,1,1,pen |