Skip to content
#

ascii

Here are 716 public repositories matching this topic...

StephaneBunel
StephaneBunel commented Jan 27, 2020

From ubuntu 18.04 LTS:

$ apt-get install libglfw3-dev
$ go get github.com/esimov/diagram

# github.com/esimov/diagram/vendor/github.com/go-gl/glfw/v3.2/glfw
In file included from code/golang/gopath/src/github.com/esimov/diagram/vendor/github.com/go-gl/glfw/v3.2/glfw/c_glfw_linbsd.go:22:0:
code/golang/gopath/src/github.com/esimov/diagram/vendor/github.com/go-gl/glfw/v3.2/glfw/glfw/src/li

安卓平台下,图片或视频转化为ascii,图片转化成低多边形风格图形,emoji表情填充图片,合并视频用到ffmpeg库。已实现带色彩的ascii码图片或视频.On the Android platform, the picture or video is converted to ascii, the picture is converted into a low-poly style graphic, the emoji expression is filled with the picture, and the merged video is used in the ffmpeg library. Adding color ascii code pictures or videos later. Androidプラットフォームでは、画像またはビデオはASCIIに変換され、画像は低ポリスタイルのグラフィックに変換され、絵文字表現は画像で埋められ、マージされたビデオはffmpegライブラリで使用されます。 カラーASCIIコードの写真やビデオを後で追加する

  • Updated Apr 13, 2020
  • Java
marklagendijk
marklagendijk commented Mar 2, 2020

Currently creating a table with headers requires quite some effort.
However, it should be relatively easy to provide this functionality in the library.
At the very least some better examples could be supplied.

Here is a rather simplistic approach that works quite well:

const { table } = require('table');
const chalk  = require('chalk');

function printTable(data, options) 
Mikolaj
Mikolaj commented May 1, 2020

https://github.com/LambdaHack/LambdaHack/blob/v0.9.5.0/engine-src/Game/LambdaHack/Client/State.hs#L39

The newtype probably needs to be fully transparent, because the epsilon is used and created in many ways that are not easy to capture in a few combinators. The hardest part would probably be to find home for the type, unless the module above is by chance visible from all use sites.

boxes
tajmone
tajmone commented Jan 2, 2016

I've noticed in the docs tutorial that you presented the "keyword" tag—which right now might not be implemented.
In my box contribution I've used it (but in plural: "keywords"), because I think that it's going to be rather useful as soon as the designs list is going to grow: keywords might help filter between categories to display with -L switch.
I'd say that more than one keywords could be us

Improve this page

Add a description, image, and links to the ascii topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ascii topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.