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
module github.com/mlh758/vertica | |
go 1.13 | |
require github.com/vertica/vertica-sql-go v0.1.7 | |
replace github.com/vertica/vertica-sql-go => /path/to/vertica-sql-go |
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
< _query@1 = #{'__struct__' => 'Elixir.Ecto.Query',aliases => #{}, | |
assocs => [],combinations => [],distinct => nil, | |
from => | |
#{'__struct__' => 'Elixir.Ecto.Query.FromExpr',as => nil, | |
hints => [],prefix => nil, | |
source => | |
{<<"metrics">>,'Elixir.MeasureLibrary.Metrics.Metric'}}, | |
group_bys => [],havings => [], | |
joins => | |
[#{'__struct__' => 'Elixir.Ecto.Query.JoinExpr',as => nil, |
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
// The editor creator to use. | |
import ClassicEditorBase from "@ckeditor/ckeditor5-editor-classic/src/classiceditor"; | |
import SimpleUploadAdapter from "@ckeditor/ckeditor5-upload/src/adapters/simpleuploadadapter"; | |
import Essentials from "@ckeditor/ckeditor5-essentials/src/essentials"; | |
import UploadAdapter from "@ckeditor/ckeditor5-adapter-ckfinder/src/uploadadapter"; | |
import Autoformat from "@ckeditor/ckeditor5-autoformat/src/autoformat"; | |
import Autosave from "@ckeditor/ckeditor5-autosave/src/autosave"; | |
import Bold from "@ckeditor/ckeditor5-basic-styles/src/bold"; | |
import Italic from "@ckeditor/ckeditor5-basic-styles/src/italic"; | |
import BlockQuote from "@ckeditor/ckeditor5-block-quote/src/blockquote"; |
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
package main | |
import ( | |
"flag" | |
"fmt" | |
"log" | |
"math/rand" | |
"net" | |
"os" | |
"strings" |
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
import React, { useRef, useEffect } from "react"; | |
interface Option { | |
name: string; | |
label: string; | |
} | |
interface CheckboxesProps { | |
options: Option[]; | |
} | |
export const Checkboxes: React.VFC<CheckboxesProps> = ({ options }) => { |
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
{"Title":"Liberty, MO - Mike Test Cashier","Description":"","ApplyUrl":"https://web.fountain.com/apply/apropros-testing/opening/liberty-mo-mike-test-cashier","Id":"d3afcbe2-e880-4615-9920-8b2855493ac0","Address":"1316 W Kansas St, Liberty, MO 64068, USA","TimeZone":"America/Chicago","Requirements":"","IsPrivate":false,"Active":true,"CustomId":null,"ForceApplicantIdentity":null,"CreatedAt":"2025-06-17T08:01:26.039-05:00","AdditionalInfo":null,"Brand":"Apropros Testing","OpeningPayRate":{"Compensation":null,"CompensationType":"hour","CompensationCurrencyCode":"USD","CompensationMin":"10.0","CompensationMax":"15.0"},"JobHours":"part_time","JobType":"temporary","JobIndustry":"customer_service_and_call_centres","WorkflowId":"14322f0a-a64b-4fb4-a74c-90fea5cd9ecd","IsHiringFunnel":true,"IsSourcingFunnel":true,"IsVisibleToApplicant":false,"AlternativeLocales":[],"CustomerAttributes":[],"Fields":[],"Shift":null,"Owner":{"Id":"bb5004ee-f78f-4486-abf7-3e749a8eef14","Name":"Michael Harris","Email":"[email protected]"}, |
OlderNewer