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
extends Camera2D | |
@export var decay : float = 0.8 | |
@export var max_offset: Vector2 = Vector2(100, 75) | |
@export var max_roll : float = 0.1 | |
@export var follow_node : Node2D | |
var trauma : float = 0.0 | |
var trauma_power : int = 2 | |
var max_trauma : float = 1.0 |
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
// TZ='UTC' npx tsx ./src/scratch.ts | |
import Stripe from 'stripe'; | |
import { subDays, differenceInDays } from 'date-fns'; | |
import groupBy from 'lodash/groupBy'; | |
import * as dotenv from 'dotenv'; | |
dotenv.config(); | |
dotenv.config({ path: '.env.local' }); | |
if (!process.env.STRIPE_SECRET_KEY) { |
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
extends Node | |
var data = {} | |
func save_game() -> void: | |
var saved_game = {} | |
get_tree().call_group("save_events", "on_save_called", saved_game) | |
if OS.has_feature("debug"): | |
save_debug(saved_game) |
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
shader_type canvas_item; | |
uniform vec4 color : source_color = vec4(1.0); | |
uniform float width : hint_range(0, 10) = 1.0; | |
uniform int pattern : hint_range(0, 2) = 0; // diamond, circle, square | |
uniform bool inside = false; | |
uniform bool add_margins = true; // only useful when inside is false | |
void vertex() { | |
if (add_margins) { |
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
Privacy Policy for Ultimate Bunco App: | |
Effective Date: August 2nd, 2023 | |
Introduction: | |
Welcome to Ultimate Bunco, a simple app designed to help you keep score during a game of Bunco. This Privacy Policy is intended to inform you about how we collect, use, and disclose information when you use our app. Your privacy is important to us, and we are committed to protecting your personal information. | |
Information We Collect: | |
We want to assure you that Ultimate Bunco does not collect or store any private data. We do not request any personal information from our users, and we do not track or store any data related to your gameplay or scores. |
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 numberWords = [ | |
'', | |
'one', | |
'two', | |
'three', | |
'four', | |
'five', | |
'six', | |
'seven', | |
'eight', |
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
I am the second file | |
I have lots of stuff | |
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In eget tristique justo, eget sollicitudin lectus. Sed et posuere est. Integer commodo vel ex vel semper. Quisque lacinia nisi congue mattis maximus. Aliquam feugiat pellentesque erat ut sodales. Nullam ullamcorper tortor leo, ut blandit magna ornare sed. Pellentesque sed egestas massa. Sed egestas dapibus tellus eget sollicitudin. | |
Nunc vel nulla sem. Vivamus varius lacinia tellus, sed tincidunt erat rhoncus nec. Vestibulum fermentum ante pretium, luctus libero sit amet, ornare ipsum. Fusce rhoncus risus id nibh faucibus, at pulvinar purus elementum. Donec nibh elit, molestie in mi nec, suscipit auctor dolor. Aliquam consequat massa ut dui convallis, eu posuere tortor euismod. Integer quis finibus dolor. Fusce dignissim posuere pretium. Maecenas tempus ut diam quis sodales. Maecenas at purus ac leo finibus porttitor. | |
Sed et posuere nibh. Sed a tristique sem, vel congue ex. Ut ultricies dolor id nunc maximus c |
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
<Response><Say>Never gonna give you up, | |
Never gonna let you down, | |
Never gonna run around and desert you! | |
Never gonna make you cry, | |
Never gonna say goodbye, | |
Never gonna tell a lie and hurt you! | |
Never gonna give you up, | |
Never gonna let you down, | |
Never gonna run around and desert you! | |
Never gonna make you cry, |
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
<Response><Say> | |
Oooh | |
We're no strangers to love | |
You know the rules and so do I | |
A full commitment's what I'm thinking of | |
You wouldn't get this from any other guy | |
I just wanna tell you how I'm feeling | |
Gotta make you understand |
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
<p class="row" | |
data-pid="5639503375"> | |
<a href="//lakeland.craigslist.org/cto/5639503375.html" | |
class="i gallery" | |
data-ids="1:00r0r_5x3RtW9Zk69,1:00303_iGRQ4H9T6V3,1:01414_gdkJ0BNZJmz,1:00v0v_51jKL2AeuR1,1:00J0J_f1vnibLonNw,1:00U0U_eGs7E1CWFaz,1:00L0L_1PNjRMNBK6K,1:00X0X_dItCqR2pp7I,1:00808_4yEge4FUXg1,1:00X0X_c0IUD98L0sK,1:00X0X_6mU4aaT5uBg,1:00S0S_61DGwhIciv3,1:00606_6Gc46Ghuufe"><span class="price">$25000</span> | |
<div class="swipe" | |
style="visibility: visible;"> | |
<div class="swipe-wrap" | |
style="width: 3900px;"> | |
<div data-index="0" |
NewerOlder