Search
Search Linx
Search Linx by entering your search text above.
https://phiresky.github.io/blog/2021/hosting-sqlite-databases-on-github-pages/

11:53 pm, January 11, 2022

Leaflet maps with data from Google Sheets - Chris Arderne

Leaflet maps with data from Google Sheets - Chris Arderne ..

12:18 am, October 12, 2020

Fixing PHP SQLite database is locked warning - Unable to execute statement: database is locked [ php ] - KruXoR

Apparently this error is caused by not closing the database after using it.  Warning: SQLite3::query(): Unable to execute statement: database is locked. You can close the database using t..

1:14 am, August 26, 2020

MicroDB – A minimalistic file-based JSON object database written in PHP

Introduction MicroDB is a minimalistic file-based JSON object database written in PHP. Find the full, open source code a..

11:33 am, July 10, 2020

The Brains of the Voyager Spacecraft: Command, Data, and Attitude Control Computers - News

How do the Voyager spacecraft orient themselves in space and coordinate their systems? Learn about the brains of the spacecraft: the command, data, and attitude control computer systems.This is the f..

10:37 pm, October 17, 2019

Filtering Data Client-Side: Comparing CSS, jQuery, and React | CSS-Tricks

Say you have a list of 100 names: <ul> <li>Randy Hilpert</li> <li>Peggie Jacobi</li> <li>Ethelyn Nolan Sr.</li> <!-- and then..

5:50 am, September 25, 2019

GitHub - donjajo/php-jsondb: A PHP Class that reads JSON file as a database. Use for sample DBs

php-jsondb A PHP Class that reads JSON file as a database. Use for sample DBs. Usage Install package composer require jajo/jsondb Initialize <?php use Jajo\JSONDB; $json_db = new JSONDB( __DIR__ )..

11:42 pm, August 27, 2019

jsonstore.io / Store your data just by sending us HTTP Requests

Sorry, Readability was unable to parse this page for content.

10:42 pm, July 15, 2019

The Data Wrangler - Graphing stock data with Highstock and Data-Forge

can we use this with chart js somehow?

10:27 pm, November 5, 2018

GitHub - strzlee/JsonDB.class.php: JSON Databaseclass. Handle JSON-Files like a very, very simple DB.

12:21 am, October 15, 2018

GitHub - Greg0/Lazer-Database: PHP flat file database to store data with JSON

12:08 am, October 15, 2018

MicroDB &ndash; A minimalistic file-based JSON object database written in PHP

11:56 pm, October 14, 2018

PHP Class to Get Weather Data Using OpenWeatherMap API &#8211; CodeSpeedy

4:04 am, July 18, 2018

Large Datasets Repository | Public Datasets on AWS

2:53 am, March 26, 2018

Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

You could also follow me on twitter. I have a couple of youtube channels if you want to see some video related content. RuneScape 3, Minecraft and also a coding channel here Web Dev.

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote
⠄⠄⣿⣿⣿⣿⠘⡿⢛⣿⣿⣿⣿⣿⣧⢻⣿⣿⠃⠸⣿⣿⣿⠄⠄⠄⠄⠄
⠄⠄⣿⣿⣿⣿⢀⠼⣛⣛⣭⢭⣟⣛⣛⣛⠿⠿⢆⡠⢿⣿⣿⠄⠄⠄⠄⠄
⠄⠄⠸⣿⣿⢣⢶⣟⣿⣖⣿⣷⣻⣮⡿⣽⣿⣻⣖⣶⣤⣭⡉⠄⠄⠄⠄⠄
⠄⠄⠄⢹⠣⣛⣣⣭⣭⣭⣁⡛⠻⢽⣿⣿⣿⣿⢻⣿⣿⣿⣽⡧⡄⠄⠄⠄
⠄⠄⠄⠄⣼⣿⣿⣿⣿⣿⣿⣿⣿⣶⣌⡛⢿⣽⢘⣿⣷⣿⡻⠏⣛⣀⠄⠄
⠄⠄⠄⣼⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣦⠙⡅⣿⠚⣡⣴⣿⣿⣿⡆⠄
⠄⠄⣰⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⠄⣱⣾⣿⣿⣿⣿⣿⣿⠄
⠄⢀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⢸⣿⣿⣿⣿⣿⣿⣿⣿⠄
⠄⣸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠣⣿⣿⣿⣿⣿⣿⣿⣿⣿⠄
⠄⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⠛⠑⣿⣮⣝⣛⠿⠿⣿⣿⣿⣿⠄
⢠⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣶⠄⠄⠄⠄⣿⣿⣿⣿⣿⣿⣿⣿⣿⡟⠄

Random CSS Property

<angle>

The <angle> CSS data type represents an angle value expressed in degrees, gradians, radians, or turns. It is used, for example, in <gradient>s and in some transform functions.
<angle> css reference