Instant SQL for results as you type in DuckDB UI
https://motherduck.com/blog/introducing-instant-sql/
#ycombinator #duckdb #snippets #duckdb_snippets #duckdb_snippets_com #Instant #SQL #here #Speedrun #ad_hoc #queries #you #type #MotherDuck #Blog

Instant SQL for results as you type in DuckDB UI
https://motherduck.com/blog/introducing-instant-sql/
#ycombinator #duckdb #snippets #duckdb_snippets #duckdb_snippets_com #Instant #SQL #here #Speedrun #ad_hoc #queries #you #type #MotherDuck #Blog
#Development #Cheatsheets
Human-readable JavaScript date formatting · A neatly compiled set of practical examples https://ilo.im/162pyi
_____
#Programming #Coding #Formatting #Snippets #Date #Time #JavaScript #WebDev #Frontend
DeepSeek v3 and r1 free unlimited
https://www.blackbox.ai
#ycombinator #blackbox #blackboxai #chat #autocomplete #bash #c #code_recommendation #cpp #csharp #css #domination #golang #haskell #html #intellicode #intellisense #java #javascript #julia #jupyter #keybindings #kite #kotlin #lua #method_32_completion #node #node_js #nodejs #objectivec #objective_c #ocaml #perl #php #python #react #ruby #rust #snippets #swift #typescript
A Window into Gxza - NFT Collection
A numbered and limited collection of #NFT with #daily #snippets from people in #Palestine.
Simple Snippets, a tiny tool for quickly creating and using snippets via a pop-up menu.
https://apps.apple.com/ie/app/simple-snippets-text-library/id6450404164?mt=12
There are lots of very involved snippet apps on macOS but I was searching for something simple akin to the Copier GNOME shell extension¹ on Linux and this little app fits the bill. It’s by an indie dev and costs less than your morning cup of coffee :)
The Prompt() Function: Use the Power of LLMs with SQL
https://motherduck.com/blog/sql-llm-prompt-function-gpt-models/
#ycombinator #duckdb #snippets #duckdb_snippets #duckdb_snippets_com #Introducing #the #prompt #Function #Use #Power #LLMs #with #SQL
#snippets from #thisweek in #tignes #valdisere #france #summer #summer2024 #hiking #hike #mountains #frenchalps #alps last bit one tour (with some help) to the Grande Motte …
#snippets from #yesterday in #tignes #valdisere #france #summer #summer2024 #hiking #hike #mountains #frenchalps #alps Palafour - Col de Palet - Video
#snippets from #yesterday in #tignes #valdisere #france #summer #summer2024 #hiking #hike #mountains #frenchalps #alps Palafour - Col de Palet
JavaScript Ben.ch (JavaScript Benchmarking Tools)
https://jsben.ch/
#ycombinator #javascript #benchmark #online #testing #code_editor #benchmark_tool #performance #speed #comparison #efficiency #java_skript #snippets
Every snippet creator out there: Cookie-Layer, Tracking, Analytics, Bullsh*t
Me: Lol why should I track the snippets of users? https://beamco.de
I sure would love it if #ELAN had a sort of #clipboard akin to #RStudio #snippets. It would make repetitive #annotations so much faster.
If you want to add code snippets to your feed, be sure to visit : https://carbon.now.sh/
It is an amazing tool I will be using for future posts.
@nixCraft it's a reaction trap to see who bites
A good sequence is man GCC e.g to learn some important switches of the compiler
Then documentation
I've done that with #golang the #go language by #Google
Literally scraping all commands of #Golang & tweeting them for myself while writing #code #snippets
My #IDE is #Linux #Bash with Golang on the #commandline
I released my VS Code extension. Give it a try:
Snippets
by Josh W. Comeau @joshwcomeau
Short solutions to discrete problems which can be copied and pasted.
#codeSnippets #Snippets #code #webdev
If you need to export a Microsoft Access database while on macOS or Linux, this might do the trick:
1. `brew install mdbtools`
2. `pip install pandas_access`
3. In a Python session:
```python
file_name = ‘path_to_access_file.mdb’
for table in mdb.list_tables(file_name):
df = mdb.read_table(file_name, table)
df.to_excel(f'{file_name}-{table}.xlsx')
```
You're welcome! (Including myself in the future…)
See also https://gist.github.com/juandesant/e77b00bccf6cfda04abc3467e75f2531
An old IG 9-Grid.
Can't remember the key word but it's #halloween ish
#drawings #grid #illustrations #snippets #monsters
I've updated the CSS style of my Pelican blog to increase the accessibility of code snippets in my articles
You can see it in action for example in this article
https://www.paulox.net/2021/07/19/maps-with-django-part-2-geodjango-postgis-and-leaflet/
#a11y #pelican #styles #code #blog #css #snippets #articles #accessibility
How can I best share #code #snippets on the #fediverse in a way that is also #accessible?
Provide a screenshot with the code as an alt text?
Provide the snippet as both a screenshot and on a snippet service and then mention in the alt text that the code can be read at the link?
Just rely on the markdown feature of glitch-soc and hope it's remotely readable in other software?
I could provide a link to a snippet service only, but I doubt many people will bother to actually click on that.