Before we can get into this one, we need to cover one fundamental question:
A logarithm answers a very basic question:
"To what power must we raise a certain number (called the base) to get another number?"
In mathematical terms, if we have:
let scale = 2 | |
litecanvas({ | |
width: 640, | |
height: 480, | |
autoscale: false, | |
// fps: 30 | |
}) | |
// Art Code: 8x8/# # 6 6 6 6 # # # # 6 6 6 6 # # # # 6 6 6 6 # # 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 # # 6 6 6 6 6 6 # # 6 6 6 |
rails new
first to generate all of the boilerplate files necessary.rails new .
--css tailwind
as an option on the rails new
call to do this automatically.rails new
will do this automatically but take care if you write any custom SQL that it is SQLite compatible.rails new myapp --devcontainer
but only do this if requested directly.function fish_greeting | |
echo (set_color red)(string match -r '\d\d:\d\d:\d\d' (uptime))(set_color normal)'; booted at' (set_color yellow)(string match -r '\d\d:\d\d:\d\d' (uptime -s))(set_color normal)'; up' (set_color green)(string replace -r 'up ' '' (uptime -p)) | |
end |
Pipeline still running ... | |
PipelineRun is still running: Tasks Completed: 11 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 42 | |
[get-pr-number : parse-pr-url] + echo -n 5939 | |
[get-pr-number : parse-pr-url] + tee /tekton/results/git_pr_number | |
[get-pr-number : parse-pr-url] 5939 | |
[acquire-lease : create-lease] + calculate_duration_in_seconds 90m | |
[acquire-lease : create-lease] + '[' m == m ']' | |
[acquire-lease : create-lease] + TOTAL_DURATION_IN_SECONDS=5400 | |
[acquire-lease : create-lease] + export TOTAL_DURATION_IN_SECONDS |
import 'package:flutter/material.dart'; | |
void main() { | |
runApp(MyApp()); | |
} | |
class MyApp extends StatelessWidget { | |
Widget build(BuildContext context) { | |
return MaterialApp( | |
title: 'Flutter Demo', |
<?xml version="1.0" encoding="utf-8"?> | |
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<files> | |
<file path="C:\ProgramData\chocolatey\lib\snappy-driver-installer-origin\snappy-driver-installer-origin.nupkg" checksum="A011C17FE08D4CB2246FEEFC3A43611C" /> | |
<file path="C:\ProgramData\chocolatey\lib\snappy-driver-installer-origin\snappy-driver-installer-origin.nuspec" checksum="5AFFD2AE70A0BA857605A28751364943" /> | |
</files> | |
</fileSnapshot> |
// on registerBuilderComponents.js | |
export const gridOnlyComponents = { | |
BuilderCollection: { | |
component: dynamic(() => import('~/builder/components/BuilderCollection')), | |
config: BuilderCollectionConfig, | |
}, | |
BuilderConstructorGrid: { | |
component: dynamic(() => | |
import('~/builder/components/BuilderConstructorGrid') |
2025-02-11 20:28:07,635 3624 [DEBUG] - XmlConfiguration is now operational | |
2025-02-11 20:28:07,776 3624 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco' | |
2025-02-11 20:28:07,776 3624 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco' | |
2025-02-11 20:28:07,776 3624 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco' | |
2025-02-11 20:28:07,776 3624 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco' | |
2025-02-11 20:28:07,776 3624 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco' | |
2025-02-11 20:28:07,776 3624 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco' | |
2025-02-11 20:28:07,797 3624 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco' | |
2025-02-11 20:28:07,797 3624 [DEBUG] - Adding new typ |
Log uploaded on Tuesday, February 11, 2025, 3:28:35 PM | |
Loaded mods: | |
Prepatcher(zetrith.prepatcher): 0Harmony(2.3.3), 0PrepatcherAPI(1.2.0), 0PrepatcherDataAssembly(1.0.0), PrepatcherImpl(1.0.0), Prestarter(1.0.0) | |
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1) | |
Faster Game Loading(Taranchuk.FasterGameLoading): FasterGameLoading(1.0.0), System.Drawing(av:4.0.0,fv:4.6.57) | |
Fishery - Modding Library(bs.fishery): 0PrepatcherAPI(1.2.0), 1Fishery(0.6.1), System.Runtime.CompilerServices.Unsafe(av:6.0.0,fv:6.0.21.52210) | |
Core(Ludeon.RimWorld): (no assemblies) | |
Performance Fish(bs.performance): PerformanceFish(0.6.2) | |
Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
Ideology(Ludeon.RimWorld.Ideology): (no assemblies) |