- L'ami Jean
- La Regalade
- Le Temps des cerises - typical parisian atmosphere
- Lao Viet - AMAZING LAOTIAN RESTAURANT, TRY EVERYTHING
- Le Garde Temps
- Le Cornichon
- Aki Boulanger - french/japanese boulangerie
- Kodawari Ramen
- [Koetsu](https://www.lafourchette.com/restaur
- pebon
- pebon
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
setInterval(function(){document.title = $(".graph-point.active").last().find(".title-m").html()}, 2000) |
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
func Stream(ctx context.Context, out <-chan Value) error { | |
for { | |
v, err := DoSomething(ctx) | |
if err != nil { | |
return err | |
} | |
select { | |
case <-ctx.Done(): | |
return ctx.Err() | |
case out <- v: |
1. Create a Feedback Tab with the following Custom Css:
</style>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script>
var j = jQuery.noConflict();
j(document).ready(function(){
j('.preferChat').prop({ href: "#snapengage" });
j('.preferChat').on('click', function(e){
e.preventDefault();
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
// Api url to fetch audits "/api/v2/tickets/42/audits.json", you'll need to handle the pagination. | |
extractAttachmentsFromTicketAudits: function(audits){ | |
var attachments = []; | |
_.each(audits, function(audit){ | |
_.each(audit.events, function(event){ | |
if (event.attachments && event.att |
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
[ | |
{ | |
"url": "http://www.xyz.com", | |
"label": "XYZ" | |
}, | |
{ | |
"url": "http://www.plop.com", | |
"label": "PLOP" | |
}, | |
{ |
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
def initialize(app = nil, line_mapping = nil) | |
@@line_map = line_mapping | |
@@lines = Hash.new(Hash.new(0)) | |
super(app) | |
end |
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
EXPEDITEUR | |
ENTREPRISE | |
ADRESSE | |
A VILLE, le DATE | |
Monsieur le Président, | |
J'ai l'honneur de vous faire part de mon intention de démissionner de mon poste de [***] que j'occupe |
NewerOlder