This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| stopRefreshTimer : function () { | |
| return; | |
| if (UAK.Object.refreshTimer == null) | |
| return; | |
| clearTimeout(UAK.Object.refreshTimer); | |
| UAK.Object.refreshTimer = null; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Hej! | |
| En av mina vänner berättade att ni använder er av drupal programmerare. | |
| Vi hyr ut utbildade programmerare och designers, under management från vårt kontor i Bangkok. Se vår hemsida: www.tempoworkers.dk för mer info. | |
| Per tillfälle är vi i fas med att utbilda en ny grupp programmerare i drupal och räknar med att ha dessa programmerare redo för arbete inom kort. Tveka inte att ta kontakt med oss idag om ni också har behov för drupal kompetenser, så vill vi eventuellt utbilda fler, vid behov. | |
| En medarbetare kan hyras från 13 000SEK/månad på korta, flexibla kontrakt och under utbildningsperioden vill priset ligga ca 30% lägre framtills att programmeraren kan betraktas som utbildad i drupal. | |
| Våra programmerare arbetar i nuläget för klienter som Boeing, AirAsia och Unicef. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ~/.bashrc: executed by bash(1) for non-login shells. | |
| # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) | |
| # for examples | |
| # If not running interactively, don't do anything | |
| case $- in | |
| *i*) ;; | |
| *) return;; | |
| esac |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From: Rotem Hecht <[email protected]> | |
| Subject: Music composer for films, games and TV commercials | |
| Hello | |
| How are you? | |
| My Name is Rotem Hecht. I'm a music composer and sound designer. | |
| I'm located in Israel, (but work all around the world). I would like to offer you my music services or work with you. | |
| I compose original music for movies, commercials, games ,events, corporate videos etc. | |
| Among my clients you could find Microsoft, Hershey's, Kre-O, FedEx, GMC, Mercedes, Audi, TV programs for kids and many others… |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| with result as | |
| ( | |
| select t.ProjectId as 'TitleId', t.ProjectName as 'Title', t.FranchiseId as 'FranchiseId', t.LabelId as 'LabelId', | |
| m.Id as 'milestoneTemplateId', m.MilestoneName as 'MilestoneTemplate', | |
| mm.Id as 'MilestoneId', | |
| row_number() over (order by t.ProjectName, m.MilestoneName) as 'RowNumber' | |
| from campaigntracker.eumarketing_milestones m | |
| cross join campaigntracker.eumarketing_projects t | |
| left outer join campaigntracker.eumarketing_milestonemetadata mm on m.Id = mm.MilestoneId and t.ProjectId = mm.ProjectId | |
| where m.ParentId is null |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| select t.ProjectId as 'TitleId', t.ProjectName as 'Title', t.FranchiseId as 'FranchiseId', t.LabelId as 'LabelId', | |
| m.Id as 'milestoneTemplateId', m.MilestoneName as 'MilestoneTemplate', | |
| mm.Id as 'MilestoneId', m2.MilestoneName | |
| from campaigntracker.eumarketing_milestones m | |
| cross join campaigntracker.eumarketing_projects t | |
| left outer join campaigntracker.eumarketing_milestonemetadata mm on m.Id = mm.MilestoneId and t.ProjectId = mm.ProjectId | |
| left outer join campaigntracker.eumarketing_milestones m2 on mm.MilestoneId = m2.Id | |
| where m.ParentId is null | |
| and t.ProjectId = coalesce(@titleid, t.ProjectId) | |
| and coalesce(t.FranchiseId, -1) = coalesce(@franchiseId, coalesce(t.FranchiseId, -1)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| application/classes/controller/admin/auctions.php | 814 +-- | |
| application/classes/controller/admin/currencyboard.php | 1 | |
| application/classes/controller/admin/currentobject.php | 1 | |
| application/classes/controller/admin/liveauction.php | 844 +-- | |
| application/classes/controller/admin/nextbid.php | 1 | |
| application/classes/controller/auction.php | 78 | |
| application/classes/controller/cron.php | 252 + | |
| application/classes/controller/kcms/archivesearch.php | 2 | |
| application/classes/controller/kcms/auctions.php | 99 | |
| application/classes/controller/kcms/index.php | 139 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env perl | |
| # Hailo requires Perl 5.10 | |
| use v5.10; | |
| use strict; | |
| use feature "switch"; | |
| use Any::Moose; | |
| use Hailo; | |
| # Setup brain from first argument | |
| my $hailo = Hailo->new(brain => $ARGV[0]); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2013-03-22 18:45:46.251> UserManager.AddUser() | |
| { socket_id: 'bJHn2kqfFUu-ka-FJJIS', protocol: 'websocket' } | |
| 2013-03-22 18:45:46.486> Verifying incoming connection | |
| { headers: | |
| { host: 'local.uppsalaauktion.se:8181', | |
| 'user-agent': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:19.0) Gecko/20100101 Fir | |
| efox/19.0', | |
| accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', | |
| 'accept-language': 'en-US,en;q=0.5', | |
| 'accept-encoding': 'gzip, deflate', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ nodejs Main.js /srv/local.uppsalaauktion.se/applica | |
| on/config/node.json | |
| 2013-03-20 13:43:57.595> Main() | |
| 2013-03-20 13:43:57.867> DataFactory.Init() | |
| 2013-03-20 13:43:57.888> Connected to database | |
| 2013-03-20 13:43:57.957> HttpManager.Init() | |
| 2013-03-20 13:43:57.963> Initializing HTTP Server | |
| 2013-03-20 13:43:57.968> UserManager.Init() | |
| 2013-03-20 13:43:57.969> SocketManager.Init() | |
| 2013-03-20 13:43:58.245> UserManager.AddUser() |