Skip to content

Instantly share code, notes, and snippets.

@learning-lte
learning-lte / MATLAB R2024B Keygen
Created October 20, 2024 15:06 — forked from carsanrikuv8/MATLAB R2024B Keygen
Free Download of MATLAB R2024B Crack With License Key [Latest]
MATLAB R2024B License Key
@learning-lte
learning-lte / pysim-suci.md
Created September 30, 2023 01:34 — forked from mrlnc/pysim-suci.md
pysim-suci.md
* Downloaded or downloading
=============================
**http://kickass.to/infiniteskills-learning-jquery-mobile-working-files-t7967156.html
**http://kickass.to/lynda-bootstrap-3-advanced-web-development-2013-eng-t8167587.html
**http://kickass.to/lynda-css-advanced-typographic-techniques-t7928210.html
**http://kickass.to/lynda-html5-projects-interactive-charts-2013-eng-t8167670.html
**http://kickass.to/vtc-html5-css3-responsive-web-design-course-t7922533.html
*http://kickass.to/10gen-m101js-mongodb-for-node-js-developers-2013-eng-t8165205.html
*http://kickass.to/cbt-nuggets-amazon-web-services-aws-foundations-t7839734.html
@learning-lte
learning-lte / explorer-sqlite.js
Created December 3, 2021 17:29 — forked from vgrichina/explorer-sqlite.js
NEAR Explorer SQLite cheatsheet
sqlite3 = require('sqlite3')
db = new sqlite3.Database('db/testnet-database.sqlite')
db.all(`select name from sqlite_master where type='table'`, console.log)
db.all(`select * from transactions where actions like '%deploy%' limit 10`, console.log)
db.all(`select count(*) from transactions where actions like '%deploy%' limit 10`, console.log)
@learning-lte
learning-lte / sqlite3-in-python.py
Created December 3, 2021 15:02 — forked from 7aman/sqlite3-in-python.py
sqlite3 cheatsheet for python 3
#!/usr/bin/env python3
'''
Thanks to Andres Torres
Source: https://www.pythoncentral.io/introduction-to-sqlite-in-python/
'''
import sqlite3
# Create a database in RAM