WARNING This list outdated, for the up to date version visit https://haskellcosm.com
Types of work:
- RD - research&development
- PR - product
- IP - in-house product
- CO - consulting
WARNING This list outdated, for the up to date version visit https://haskellcosm.com
Types of work:
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
<?xml version='1.0' encoding='UTF-8'?> | |
<server xmlns="urn:jboss:domain:2.2"> | |
<extensions> | |
<extension module="org.jboss.as.clustering.infinispan"/> | |
<extension module="org.jboss.as.clustering.jgroups"/> | |
<extension module="org.jboss.as.connector"/> | |
<extension module="org.jboss.as.deployment-scanner"/> | |
<extension module="org.jboss.as.ee"/> | |
<extension module="org.jboss.as.ejb3"/> |
(defroutes app-routes | |
;; Customers | |
(context "/customer" [] | |
(GET "/list" [] (-> get-customers | |
(restrict {:handler {:and [authenticated-user | |
(user-can "manage-customers")]} | |
:on-error unauthorized-handler}))) | |
(POST "/customer" [] create-customer) | |
(context "/:id" [id] | |
(restrict |
(defroutes app-routes | |
;; Customers | |
(context "/customer" [] | |
(GET "/list" [] (-> get-customers | |
(restrict {:handler {:and [authenticated-user | |
(user-can "manage-customers")]} | |
:on-error unauthorized-handler}))) | |
(POST "/customer" [] create-customer) | |
(context "/:id" [id] | |
(restrict |
-- Make use of freer-effects, https://hackage.haskell.org/package/freer-effects | |
-- | |
{-# LANGUAGE OverloadedStrings #-} | |
{-# LANGUAGE DeriveGeneric #-} | |
{-# LANGUAGE DataKinds #-} | |
{-# LANGUAGE TypeOperators #-} | |
import Control.Monad.Freer as FF | |
import Control.Monad.Freer.Exception as FF | |
import Control.Monad.Freer.Reader as FF |
I hereby claim:
To claim this, I am signing this object:
id,Format,Manufacturer,Model,Release Year,MSRP,Weight,Length,Max Diameter,Max Aperture,EFL,Zoom,Stabilized,Cinema,Variety,Designed In,Made In | |
1,Full-Frame,Canon,EF 14mm f/2.8L II USM,2007,2099,645,93.98,78.74,2.8,14,0,0,0,Ultra Wide Angle,Japan,Japan | |
2,Full-Frame,Canon,CN-E 14mm T3.1 L F,2013,5220,1200,93.98,118.364,3.1,14,0,0,1,Ultra Wide Angle,Japan,Japan | |
3,Full-Frame,Canon,TS-E 17mm f/4L Tilt-Shift,2009,2149,820,106.68,88.9,4,17,0,0,0,Tilt Shift,Japan,Japan | |
4,Full-Frame,Canon,EF 20mm f/2.8 USM,1992,539,405,70.612,77.47,2.8,20,0,0,0,Ultra Wide Angle,Japan,Japan | |
5,Full-Frame,Canon,EF 24mm f/2.8 IS USM,2012,599,281,55.626,68.326,2.8,24,0,1,0,Wide Angle,Japan,Japan | |
6,Full-Frame,Canon,EF 24mm f/1.4L II USM,2008,1549,650,86.868,83.566,1.4,24,0,0,0,Wide Angle,Japan,Japan | |
7,Full-Frame,Canon,TS-E 24mm f/3.5L II Tilt-Shift,2009,1899,780,106.934,88.392,3.5,24,0,0,0,Tilt Shift,Japan,Japan | |
8,Micro 4/3,Olympus,M.Zuiko Digital 17mm f/1.8,2013,349,120,35.5,57.5,1.8,17,0,0,0,Normal,Japan, | |
9,Micro 4/3,Olympus,M.Zuiko Digita |
# | Language | Developer | State | Repository | Version | License | Coverage |
---|---|---|---|---|---|---|---|
1 | Go | Factom, Inc | Ref | ||||
2 | Java | BIF | Prod | factom-java | 0.2.1 | Unknown | |
3 | C# | Factoid Authority | Prod | FactomSharp | Unknown | ||
4 | Php | Kompendium | Prod | ![Packagist Version](https://img.shields.io/packagist/v/kompendium-llc/factom |