Questions tagged [gist]

Gist is a simple way to share snippets and pastes with others. (Provided by Github.)

Gist is a service created by Github, providing a simple way to share snippets and pastes with others. All gists are git repositories, so they are automatically versioned, forkable and usable as a git repository. Gists can be created anonymously, or associated with your Github account. Gists can also be published as either private or public for sharing.

370 questions
-1
votes
1 answer

How to prevent overlapping of int ranges

I have a table as follow : CREATE TABLE appointments ( id SERIAL PRIMARY KEY, date TIMESTAMP NOT NULL, start_mn INT NOT NULL, end_mn INT NOT NULL, EXCLUDE using gist((array[start_mn, end_mn]) WITH &&) ) I want to prevent…
Ado Ren
  • 3,511
  • 4
  • 21
  • 36
-1
votes
1 answer

Unable to use gist in medium

I have searched a lot and tried several approaches. I believe I am doing something wrong as I am unable to have code from gist in the medium plataform bloggers. I have only get the links on there but the code does not show or is not integrate. I…
may
  • 1,073
  • 4
  • 14
  • 31
-1
votes
1 answer

Github gist height is fixed in Medium blog. Why?

I'm trying to include a Github gist code in a Medium blog. But when I try to include the code in blog it takes a fixed height even though there are only 2 lines in the gist code. Also are there any other public gist creator which I can use to…
minato
  • 2,028
  • 1
  • 18
  • 30
-1
votes
1 answer

lamba when used in a nested list

I found a Practice question from Anand Chitipothu. I found an answer on gist for a question(Not cheating, just couldn't understand where to start because new to python). Since the guy who posted it doesn't seem to be answering back, I'd like help in…
gustoth
  • 1
  • 3
-1
votes
2 answers

How to use GitHub to make a public gist? What is the procedure?

I want to create a public gist in GitHub. I've been on YouTube and in Google search but have not found an answer to this question. And I don't see an answer in Stackoverflow to this question. This my seem trivial to some of you but I'm not so savvy…
swydell
  • 1,962
  • 8
  • 31
  • 44
-1
votes
1 answer

Gist plugin erroring out in Sublime Text 3

I'm using Sublime Text 3 on OSX Yosemite and installed the Gist plugin. I could not find the Gist.sublime-settings file via browse packages, so I just went to preferences and found it that way and entered in my Github username and password. This is…
Leon Gaban
  • 36,509
  • 115
  • 332
  • 529
-1
votes
1 answer

How to reload the bootstrap config.json?

I created a gist with my config.json generated in the bootstrap. So I tried reload in bootstrap customize, but return 404…
Marcelo Aymone
  • 293
  • 3
  • 19
-2
votes
1 answer

Github gist api in node.js

Hi everyone! Im trying to log an github`s gist api value into my console. For example i want to use this api link: https://api.github.com/gists/66db7c87873b63918e5451b06df8e0f0 i want to log files/sas/content value using console.log() How can i do…
Nothing
  • 1
  • 1
-3
votes
1 answer

How to use vanilla JavaScript gist of jQuerys SlideUp method in AngularJS

I would like to use this gist in my AngularJS project: slide.js It's a vanilla JavaScript version of JQuerys' slideUp and slideDown methods, I have included the script above the angular scripts just before the closing body tag (as I did with…
Andy
  • 454
  • 2
  • 7
  • 22
-3
votes
1 answer

Gist or JSFiddle with not cached permalink?

I see a JS bug in a library and want to show this to the maintainer of the library. First I tried to create a gist. But I can't server HTML via github. Then I tried rawgit.com. But this cached the page. Updates to my code are not visible. I would…
guettli
  • 25,042
  • 81
  • 346
  • 663
1 2 3
24
25