Skip to content

Instantly share code, notes, and snippets.

View sciabarra's full-sized avatar

Michele Sciabarra sciabarra

View GitHub Profile
[
{
"key": "ctrl+enter",
"command": "workbench.action.terminal.runSelectedText"
},
{
"key": "ctrl+shift+enter",
"command": "multiCommand.execToEol",
"when": "editorFocus && !findWidgetVisible"
}
<!-- https://serviziweb2.inps.it/RichiestaPin/jsp/smarrimento/verifica.jsp?S=S -->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache,no-store">
L’intervento legislativo che ritengo potrebbe aiutare lo sviluppo dell’informatica in Italia è a mio avviso “approvare norme che combattano in maniera efficace la pratica del body rental”.
Dietro questa diffusa pratica c’è la presunta idea che una azienda che necessiti di consulenti si avvalga di società informatiche "strutturate" che forniscano sia le risorse umane che i servizi di gestione progetto necessari.
Sfortunatamente questo avviene molto raramente. Nella stragrande maggioranza dei casi il personale viene semplicemente “selezionato” grossolanamente, portato dal cliente con la raccomandazione di farsi firmare il timesheet, e abbandonato lì. A quel punto, il “consulente” viene trattato da dipendente e fatto lavorare agli ordini del cliente.
Questa pratica è distruttiva di professionalità, riduce gli stipendi di due terzi, impedisce la crescita professionale, la specializzazione e la stabilizzazione lavorativa. Non è tollerata, con leggi apposite, per esempio in UK, dove il recruiter NON PUO’ anche
test
Dear
Thanks for contacting Microsoft Billing Support.
We hope you had a great experience.
Based on our discussion, you needed help with the purchased on your account.
We understand you that the issue may not have resolved because we can't locvate the order uisng our tools here on our end hence we recommend you to reply to this email if you can now remember the link of the store on where you have purhcase the product.
However, if we weren’t able to meet your needs, we’d love to try again. Come back any time it’s convenient and we’ll do our best to help you.
Please do not respond to this message. Replies to this message are routed to an unmonitored mailbox.
For helpful information about your Microsoft Billing account or to contact us; please visit the following site: https://commerce.microsoft.com and sign in with your Microsoft Account.
Thank you.
// wishes.scala
class Year {
import scala.annotation.tailrec
@tailrec final def i2b(n:Int,
s:String=""):String =
if(n==0) s
else i2b(n/2, (n%2)+s)
val year = List(0xf87047f,

Install your stuff with

bower install davinci jquery

Copy the gist in the bower_components as index.html Run an http server like python -m SimpleHTTPServer

Grab an example from github.com/geometryzen/demos/ For example:

@sciabarra
sciabarra / omii.ini
Created March 19, 2015 20:34
working omii.ini for silent install for weblogic
#AgileSites was here
#Thu Feb 26 11:58:12 CET 2015
CSInstallSpark=false
CSInstallDBDSN=csDataSource
CASHostNameActual=testweblogic1.sciabarra.me
SparkSampleSite=false
CSInstallDirectory=/opt/sites/main/home
FSLocalUser=false
CCSampleAssetsBF=false
CSInstallAppServerPath=/opt/sites/main/wlserver
@sciabarra
sciabarra / gist:030bcfc307ff82d57a86
Created January 19, 2015 21:17
Unattended installation for WebCenter Sites
#!/bin/bash
cd $(dirname $0)
BASE=$(pwd)
killall -9 java nc
echo "<<< deploying sites"
cd $BASE/Sites
rm out.log
touch out.log
@sciabarra
sciabarra / gist:6629983
Created September 19, 2013 21:19
Working CSDT interface
// interface to csdt from sbt
val wcsCsdtTask = InputKey[Unit]("wcs-dt", "WCS Development Tool") <<= inputTask {
(argTask: TaskKey[Seq[String]]) =>
(argTask, wcsVersion, wcsUrl, wcsSites, wcsUser, wcsPassword, fullClasspath in Compile, streams, runner) map {
(args, version, url, sites, user, password, classpath, s, runner) =>
val re = "^(cas-client-core-\\d|csdt-client-\\d|rest-api-\\d|wem-sso-api-\\d|wem-sso-api-cas-\\d|spring-\\d|commons-logging-|servlet-api).*.jar$".r;
val seljars = classpath.files.filter(f => !re.findAllIn(f.getName).isEmpty)
val workspaces = (file("export") / "envision").listFiles.filter(_.isDirectory).map(_.getName).mkString("'", "', '", "'")
if (args.size == 0) {
println("""usage: wcs-dt [<cmd>] [<selector> ...] [#<workspace>]