Skip to content

Instantly share code, notes, and snippets.

View lostintangent's full-sized avatar

Jonathan Carter lostintangent

  • GitHub Staff
  • Seattle, WA
  • 01:49 (UTC -07:00)
  • X @lostintangent
View GitHub Profile
สล็อต ฝาก 10 รับ 100 เว็บสล็อตมือถือ ทดลองเล่นฟรี ค่ายสุดฮิตแห่งปี 2024
@lostintangent
lostintangent / App.tsx
Last active December 29, 2023 00:35
React + TypeScript + Tailwind
import * as React from "react";
export default function App() {
return <div className="text-3xl underline">Hello world</div>;
}
@lostintangent
lostintangent / code.js
Last active August 25, 2023 20:17
Sample
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
import { action, comparer, runInAction } from "mobx";
import * as path from "path";
import * as vscode from "vscode";
import { workspace } from "vscode";
import { EXTENSION_NAME, FS_SCHEME_CONTENT } from "../constants";
import { api, RefType } from "../git";
import { CodeTourComment } from "../player";
@lostintangent
lostintangent / 1689836754688.md
Created July 31, 2023 22:27
Create your first note · Exported from Lumen (https://uselumen.com) on Mon, Jul 31, 2023, 3:27 PM PDT

Create your first note

Click the New note icon in the nav bar OR press + I to create your first note in Lumen.

[[Todays date]]

#lumen/getting-started

@lostintangent
lostintangent / expandable-animated-card-slider.markdown
Created July 18, 2023 21:51
Expandable Animated Card Slider

Expandable Animated Card Slider

We have made an expandable animated card slider, it will expand and collapse based on card click. We used owl carousel and jQuery for variable width and responsive slider.

A Pen by Yudiz Solutions Limited on CodePen.

License.

@lostintangent
lostintangent / index.html
Last active August 25, 2023 19:38
Meet me there, In the blue
<div id="shader"></div>
<script id="vertex" type="x-shader/x-vertex">
varying vec2 vUv;
void main() { gl_Position = vec4(position, 1.0);
vUv = uv;
}
</script>
<script id="fragment" type="x-shader/x-fragment">
@lostintangent
lostintangent / character-saying-wow.markdown
Last active March 5, 2024 20:40
Character Saying WOW
@lostintangent
lostintangent / index.js
Last active March 3, 2021 05:38
React Native Web (Fork)
import ExecutionEnvironment2 from "https://cdn.skypack.dev/fbjs/lib/ExecutionEnvironment.js";
import normalizeColor$1 from "https://cdn.skypack.dev/normalize-css-color";
import hyphenateStyleName from "https://cdn.skypack.dev/hyphenate-style-name";
import createPrefixer2 from "https://cdn.skypack.dev/inline-style-prefixer/lib/createPrefixer.js";
import backgroundClip2 from "https://cdn.skypack.dev/inline-style-prefixer/lib/plugins/backgroundClip.js";
import crossFade2 from "https://cdn.skypack.dev/inline-style-prefixer/lib/plugins/crossFade.js";
import cursor2 from "https://cdn.skypack.dev/inline-style-prefixer/lib/plugins/cursor.js";
import filter2 from "https://cdn.skypack.dev/inline-style-prefixer/lib/plugins/filter.js";
import flex2 from "https://cdn.skypack.dev/inline-style-prefixer/lib/plugins/flex.js";
import flexboxIE2 from "https://cdn.skypack.dev/inline-style-prefixer/lib/plugins/flexboxIE.js";
@lostintangent
lostintangent / genuary-12-using-an-api.markdown
Created February 4, 2021 05:07
Genuary #12 - using an API