This file contains 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 { Image } from "@astrojs/image/components"; | |
import { findImage } from "~/utils/findImage"; | |
import { getNormalizedPost } from "~/utils/getNormalizedPost"; | |
const {} = Astro.props; | |
const posts = await Astro.glob("~/data/posts/*.md"); // returns an array of posts that live at ./src/pages/post/*.md | |
const images = new Map(); |
- angel.co
- remote.co
- remoteok.io
- remotive.io
- flexjobs.com
- justremote.co
- remotefront.io
- powertofly.com
- skipthedrive.com
- authenticjobs.com
Website & Web APIs
Static (Prerendered)
- SvelteKit Static Adapter
Desktop App
- AgnosticUI: https://www.agnosticui.com/
- Svelte Material UI: https://sveltematerialui.com/
- SvelteMaterialify: https://svelte-materialify.vercel.app/
- Svelterial: https://svelterialjs.github.io/svelterial/
- SvelteStrap: https://sveltestrap.js.org/
- Smelte: https://smeltejs.com/
- Carbon Components Svelte: https://carbon-components-svelte.onrender.com/
- Svelte Chota: https://alexxnb.github.io/svelte-chota
This file contains 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 python3 | |
import sqlite3 | |
import os.path | |
# Convert file to blob data | |
def convertToBinaryData(filename): | |
with open(filename, 'rb') as file: | |
blobData = file.read() | |
return blobData |
This file contains 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
using System.Collections; | |
using System.Collections.Generic; | |
using System.IO; | |
using UnityEngine; | |
// From https://twodee.org/blog/16691 | |
public class Screenshotter : MonoBehaviour | |
{ | |
public RenderTexture renderTexture; |
Go: https://github.com/fyne-io/fyne
Python: https://github.com/rdbende/Sun-Valley-ttk-theme
Java Swing: https://www.formdev.com/flatlaf/
Dart Flutter: https://flutter.dev/
Godot: https://godotengine.org/