Re: implementing --version?

2016-11-21 Thread Karabuta via Digitalmars-d-learn
On Monday, 21 November 2016 at 19:33:54 UTC, mab-on wrote: I would like to implement a "--version" switch for a command line application. Is there a clever way to do that without using the brain on every build? :) A dub-solution would be nice - but i didnt find it. There is a package in the

Re: PDF generation in D?

2016-11-11 Thread Karabuta via Digitalmars-d
On Friday, 11 November 2016 at 09:10:38 UTC, Edwin van Leeuwen wrote: On Thursday, 10 November 2016 at 22:30:34 UTC, Karabuta wrote: Hello community, does anyone have on something for PDF generation in D? I may need a PDF generation library in a vibe.d project I'm working on. :) Thanks

PDF generation in D?

2016-11-10 Thread Karabuta via Digitalmars-d
Hello community, does anyone have on something for PDF generation in D? I may need a PDF generation library in a vibe.d project I'm working on. :)

Re: SoundTab Theremin software synthesizer

2016-11-02 Thread Karabuta via Digitalmars-d-announce
On Wednesday, 2 November 2016 at 09:35:20 UTC, Vadim Lopatin wrote: On Monday, 31 October 2016 at 22:33:38 UTC, Karabuta wrote: On Friday, 28 October 2016 at 08:28:41 UTC, Vadim Lopatin wrote: Hello, I've open sourced my project SoundTab: https://github.com/buggins/soundtab/ I've

Re: Linux Kernel in D?

2016-11-02 Thread Karabuta via Digitalmars-d
On Wednesday, 2 November 2016 at 13:56:22 UTC, qznc wrote: On Tuesday, 1 November 2016 at 16:22:58 UTC, Andrei Alexandrescu wrote: [...] Nevertheless, I don't see a successful D kernel in the foreseeable future. Building a kernel for IoT devices is trendy, but you want a lot more

Re: Linux Kernel in D?

2016-11-01 Thread Karabuta via Digitalmars-d
On Tuesday, 1 November 2016 at 13:41:04 UTC, Wild wrote: On Tuesday, 1 November 2016 at 12:12:29 UTC, Heisenberg wrote: Just an idea. Do you think it would have any advantage compared to the one that is written in C? It is better to instead design a new kernel from scratch, and structure

Re: Minimizing "reserved" words

2016-10-31 Thread Karabuta via Digitalmars-d
On Monday, 31 October 2016 at 20:45:56 UTC, Jacob Carlborg wrote: The "reserved" words I'm referring to are not necessarily keywords in the language but otherwise words that should be avoided, especially for defining methods in aggregates. I'm mostly thinking of built-in properties like .init,

Re: SoundTab Theremin software synthesizer

2016-10-31 Thread Karabuta via Digitalmars-d-announce
On Friday, 28 October 2016 at 08:28:41 UTC, Vadim Lopatin wrote: Hello, I've open sourced my project SoundTab: https://github.com/buggins/soundtab/ For better experience, use Wacom digitizer with pressure detection. These are are the kind of stuff needed to build enterprise level

Re: DLang Youtube channel

2016-10-29 Thread Karabuta via Digitalmars-d
On Friday, 28 October 2016 at 16:22:18 UTC, Patric Dexheimer wrote: There isn't a official D youtube channel right? Would be be nice to have all the D related videos spread on youtube centralized in one place :) Who handles YouTube for the community?

Re: [vibe.d] showing images

2016-10-26 Thread Karabuta via Digitalmars-d-learn
On Wednesday, 26 October 2016 at 12:42:09 UTC, Nicholas Wilson wrote: doctype html html body -foreach(s; images) // it doesn't seem to like #{s} or !{s} img(src=s) [...] Inherit from Web interface?

Re: getting started with web server - vibe.d dub giving link error

2016-10-25 Thread Karabuta via Digitalmars-d-learn
On Monday, 24 October 2016 at 04:46:34 UTC, aman wrote: On Sunday, 23 October 2016 at 19:23:04 UTC, Karabuta wrote: [...] Oh, I see. Actually it got installed auto-magically during dub installation I guess. Now I installed dmd with the script mention on the dlang download page. curl -fsS

Re: getting started with web server - vibe.d dub giving link error

2016-10-23 Thread Karabuta via Digitalmars-d-learn
On Sunday, 23 October 2016 at 14:53:48 UTC, aman wrote: On Saturday, 22 October 2016 at 17:23:58 UTC, Karabuta wrote: [...] This time i started out with a fresh Ubuntu server and followed instructions on the blog. Here's output. Please help:-

Re: getting started with web server - vibe.d dub giving link error

2016-10-22 Thread Karabuta via Digitalmars-d-learn
On Saturday, 22 October 2016 at 17:21:45 UTC, Karabuta wrote: On Saturday, 22 October 2016 at 14:50:14 UTC, aman wrote: I just started on vibe.d on fedora and the experience is not pretty getting hello-world running. Please help. Below are the details. [...] I wrote a blog post at

Re: getting started with web server - vibe.d dub giving link error

2016-10-22 Thread Karabuta via Digitalmars-d-learn
On Saturday, 22 October 2016 at 14:50:14 UTC, aman wrote: I just started on vibe.d on fedora and the experience is not pretty getting hello-world running. Please help. Below are the details. [...] I wrote a blog post at https://aberba.gtihub.io which has Fedora users covered. But somehow

Re: I can't use nodejs anymore. Please vibe.d, don't follow that path

2016-10-22 Thread Karabuta via Digitalmars-d
On Friday, 21 October 2016 at 11:14:41 UTC, Sönke Ludwig wrote: Am 20.10.2016 um 22:25 schrieb Karabuta: This is actually a nodejs project's dependencies for a small code-base. (...) Dependencies upon dependencies. Each package comes along with its own dependencies. I give up nodejs, you

I can't use nodejs anymore. Please vibe.d, don't follow that path

2016-10-20 Thread Karabuta via Digitalmars-d
This is actually a nodejs project's dependencies for a small code-base. { "name": "Houston", "version": "0.3.0", "description": "Backend for AppHub", "main": "build/houston/index.js", "dependencies": { "babel-core": "^6.9.1", "babel-loader": "^6.2.5",

Re: Why are homepage examples too complicated?

2016-10-20 Thread Karabuta via Digitalmars-d
On Thursday, 20 October 2016 at 19:52:32 UTC, Andrei Alexandrescu wrote: On 10/20/2016 03:48 PM, Karabuta wrote: On Thursday, 20 October 2016 at 14:04:06 UTC, Andrei Alexandrescu wrote: On 10/20/2016 07:38 AM, Nick Treleaven wrote: On Sunday, 16 October 2016 at 16:07:19 UTC, Nick Treleaven

Re: Why are homepage examples too complicated?

2016-10-20 Thread Karabuta via Digitalmars-d
On Thursday, 20 October 2016 at 14:04:06 UTC, Andrei Alexandrescu wrote: On 10/20/2016 07:38 AM, Nick Treleaven wrote: On Sunday, 16 October 2016 at 16:07:19 UTC, Nick Treleaven wrote: I think this example is a bit awkward for D newbies to decipher. I think here we are showing D's ctRegex;

Re: Why are homepage examples too complicated?

2016-10-19 Thread Karabuta via Digitalmars-d
On Wednesday, 19 October 2016 at 09:28:28 UTC, Benjiro wrote: On Tuesday, 18 October 2016 at 20:51:24 UTC, Karabuta wrote: [...] True. Anybody can make a website. A website that is efficient, takes time. A stupid travel booking website took over a year with constant meeting to design around

Re: Render SVG To Display And Update Periodically

2016-10-18 Thread Karabuta via Digitalmars-d-learn
On Monday, 17 October 2016 at 07:18:40 UTC, ketmar wrote: On Monday, 17 October 2016 at 07:05:24 UTC, ketmar wrote: On Monday, 17 October 2016 at 02:07:47 UTC, rikki cattermole wrote: [...] 'cmon, you know that i have a working port of NanoSVG! and it works on top of NanoVG, so no toolkit

Re: Why are homepage examples too complicated?

2016-10-18 Thread Karabuta via Digitalmars-d
On Tuesday, 18 October 2016 at 10:04:35 UTC, Benjiro wrote: On Tuesday, 18 October 2016 at 09:26:56 UTC, Chris wrote: The issue is, that in order to understand the example, you are already required to have a knowledge of the language. I can only use myself as a example. Only started to

Re: Why are homepage examples too complicated?

2016-10-17 Thread Karabuta via Digitalmars-d
On Monday, 17 October 2016 at 19:39:14 UTC, Benjiro wrote: On Thursday, 13 October 2016 at 19:06:26 UTC, Karabuta wrote: How is a new visitor supposed to know "!" is for templates and not some complicated syntax? As a dlang newbie ( only started to learn a few days ago ), the example on the

Re: Why are homepage examples too complicated?

2016-10-17 Thread Karabuta via Digitalmars-d
On Sunday, 16 October 2016 at 12:14:34 UTC, Adam D. Ruppe wrote: On Friday, 14 October 2016 at 21:18:45 UTC, Karabuta wrote: The "!" is more trouble than good (IMO for the majority). @Adam Roupe did a talk at previous DConf which he testifies to this. Couldn't be me, I don't think I ever

Re: Why are homepage examples too complicated?

2016-10-16 Thread Karabuta via Digitalmars-d
On Thursday, 13 October 2016 at 22:12:42 UTC, Guillaume Piolat wrote: On Thursday, 13 October 2016 at 19:06:26 UTC, Karabuta wrote: I agree, something friendly and familiar would be called for. Instead we have weird float-rounding programs. The goal of such program should be to push the

Re: Why are homepage examples too complicated?

2016-10-13 Thread Karabuta via Digitalmars-d
On Thursday, 13 October 2016 at 19:30:30 UTC, Meta wrote: On Thursday, 13 October 2016 at 19:06:26 UTC, Karabuta wrote: How's a new user supposed to know <> is for templates when looking at a C++ example? They don't; it's just something that has to be learned, ... Does that make it a

Why are homepage examples too complicated?

2016-10-13 Thread Karabuta via Digitalmars-d
I assume the purpose for those demonstrations are to win the interest of the user as to how easy and clean D code can be. Then why; // Round floating point numbers import std.algorithm, std.conv, std.functional, std.math, std.regex, std.stdio; alias round = pipe!(to!real, std.math.round,

Re: tanya event loop v0.1.0

2016-10-09 Thread Karabuta via Digitalmars-d-announce
On Saturday, 8 October 2016 at 19:43:16 UTC, Eugene Wissner wrote: A month ago I announced the first pre-alpha release of tanya, a general purpose library with an event loop. After a month of almost every day work, I think I can make a second announcement. [...] Really clean API design from

Re: Easy sockets - don't exist yet?

2016-10-08 Thread Karabuta via Digitalmars-d-learn
On Monday, 26 September 2016 at 23:40:10 UTC, Vincent wrote: Hello, guys! I was very surprised that module 'socketstream' was deprecated. Usually if something become obsolete, there is some perfect replacement! But my digging in Inet and forums gave nothing, but "outdated" examples with

Re: PowerNex - The Userspace update! (also first birthday)

2016-10-06 Thread Karabuta via Digitalmars-d-announce
On Tuesday, 4 October 2016 at 11:08:51 UTC, Dejan Lekic wrote: On Sunday, 2 October 2016 at 22:46:17 UTC, Wild wrote: Congratulations!! It definitely looks promising, even though I really do not like the coding style, but that is just a matter of taste I guess. :) The coding convention is

Re: WinTab (wacom tablet API) and Windows Core Audio bindings - new DUB packages

2016-10-06 Thread Karabuta via Digitalmars-d-announce
On Thursday, 6 October 2016 at 07:10:29 UTC, Vadim Lopatin wrote: Hello, I've published two new DUB packages. derelict-wintab: derelict binding of WinTab32.DLL - API for Wacom digitizer tablets. wasapi: translation of Windows Core Audio interfaces (Core Audio interfaces: MMDevice, WASAPI,

Re: Why I am switching to Go

2016-09-21 Thread Karabuta via Digitalmars-d
On Wednesday, 21 September 2016 at 16:13:13 UTC, bachmeier wrote: On Wednesday, 21 September 2016 at 13:56:01 UTC, Nick Sabalausky wrote: On 09/20/2016 03:14 PM, Intersteller wrote: Vibe.d looks great on the surface but lack of documentation, http://vibed.org/docs http://vibed.org/api

Re: Using Libraries

2016-09-21 Thread Karabuta via Digitalmars-d-learn
On Wednesday, 21 September 2016 at 16:23:35 UTC, Darren wrote: Also I've been making a bit of a mess in dub apparently. I'm getting: Locally registered package gl3n ~master was not found. Please run "dub remove-local C:\Users\Darren\D stuff\opengl\lib". whenever dub gets used. Then if I

Re: SQLite-D goes beta!

2016-09-20 Thread Karabuta via Digitalmars-d-announce
On Monday, 30 May 2016 at 18:07:09 UTC, Stefan Koch wrote: It is my pleasure to announce that I now consider SQLite-D to be in Beta stage. The reader is now stable enough to read all the test tables I have been given. The fact that it took around 20 minutes to complete index-tree support

Re: Why I am switching to Go

2016-09-20 Thread Karabuta via Digitalmars-d
On Tuesday, 20 September 2016 at 19:47:12 UTC, WebFreak001 wrote: On Tuesday, 20 September 2016 at 19:14:41 UTC, Intersteller wrote: Vibe.d looks great on the surface but lack of documentation, commonly used functionality, and that it looks like it is dying suggests that putting any effort in

Re: Using Libraries

2016-09-20 Thread Karabuta via Digitalmars-d-learn
On Tuesday, 20 September 2016 at 15:38:55 UTC, Darren wrote: On Tuesday, 20 September 2016 at 15:07:53 UTC, rikki cattermole wrote: Ok lets start at the very beginning... I think I need to start before that, haha. I might need more of a step-by-step guide. I'm a complete beginner to

Re: What blogs about D do you read?

2016-09-19 Thread Karabuta via Digitalmars-d-learn
On Monday, 19 September 2016 at 19:29:25 UTC, A D dev wrote: On Monday, 19 September 2016 at 17:42:51 UTC, A D dev wrote: Hi list, What blogs about D do you read? To be more clear: - what blogs that include posts on D, would you recommend to a D beginner? Thanks. I have one here on

Re: Replace/Rename DWT forum with GUIs forum?

2016-09-19 Thread Karabuta via Digitalmars-d
On Sunday, 18 September 2016 at 23:21:26 UTC, Gerald wrote: I would like to suggest that the existing DWT forum be renamed or replaced with a more generic GUIs forum. As far as I can tell, the DWT forum doesn't get much traffic these days and I don't believe any of the current GUI options for

Re: mysql-native v0.1.6

2016-09-10 Thread Karabuta via Digitalmars-d-announce
On Thursday, 8 September 2016 at 21:21:24 UTC, Nick Sabalausky wrote: Another small update, v0.1.6, to fix this: Linker error when using dub to import *just* vibe-d:core, but not all of vibe.d. At least once code.dlang.org notices the new tag. Please add a little sample usage code in the

Any video transcoding lib like this?

2016-09-10 Thread Karabuta via Digitalmars-d
Hello community, has anyone done a lib published/unpublihed in D like https://github.com/senko/python-video-converter . It was developed in python and uses ffmpeg behind the scene. It works this way; from converter import Converter c = Converter() info = c.probe('test1.ogg') conv =

Re: Joakim Intreviews Walter for the D Blog

2016-09-01 Thread Karabuta via Digitalmars-d-announce
On Tuesday, 30 August 2016 at 11:50:52 UTC, Mike Parker wrote: Joakim has put together an interview with Walter that's all about D. It's an enjoyable read. You can parse the interview at [1] and visit the reddit thread at [2]. I anticipate publishing more of Joakim's interviews on the blog in

Thsi Youtube Channel Complete intro

2016-08-29 Thread karabuta via Digitalmars-d
Complete tutorial for beginners https://www.youtube.com/user/KeyEventHandler/playlists

Hosting a vibe.d website

2016-08-24 Thread Karabuta via Digitalmars-d-learn
Hello community, I usually host PHP websites for clients using shared hosting services but I'm not familiar with hosting compiled programming language websites. What processes are involved hosting a vibe.d website developed locally on a web server (shared hosting plan). And what hosting

Re: Check out blog post on vibe.d

2016-08-22 Thread karabuta via Digitalmars-d
On Monday, 22 August 2016 at 15:50:55 UTC, Edwin van Leeuwen wrote: On Monday, 22 August 2016 at 15:47:34 UTC, karabuta wrote: I made a blog post on vibe.d for people who might be into node.js and other web frameworks. Its not meant for everybody especially not for softwares engineers or

Check out blog post on vibe.d

2016-08-22 Thread karabuta via Digitalmars-d
I made a blog post on vibe.d for people who might be into node.js and other web frameworks. Its not meant for everybody especially not for softwares engineers or hardcore coders :) Please let me know what you think.

Re: [OT] I am a developer and I hate documentation

2016-08-18 Thread karabuta via Digitalmars-d
On Thursday, 18 August 2016 at 08:40:23 UTC, Kagamin wrote: Article: https://dzone.com/articles/why-developers-write-horrible-documentation-and-ho Also: https://www.reddit.com/r/programming/comments/4y6pws/why_video_documentation_isnt_the_answer/ Ha ha ha! I read the article :) What sort of

Re: [OT] of [OT] I am a developer and I hate documentation

2016-08-18 Thread karabuta via Digitalmars-d
On Thursday, 18 August 2016 at 23:14:44 UTC, H. S. Teoh wrote: On Fri, Aug 19, 2016 at 12:02:09AM +0200, Marco Leise via Digitalmars-d wrote: [...] By the way, AFAIK someone implemented `code` as an alternative to $(D code) quite a while ago. So you can use that instead. I'd like

Re: Establishing a recommended statndard for documenting dub packages

2016-08-17 Thread Karabuta via Digitalmars-d
On Tuesday, 16 August 2016 at 21:05:29 UTC, jmh530 wrote: On Tuesday, 16 August 2016 at 19:59:16 UTC, Karabuta wrote: Looking through documentations for the various packages available in the dub registry, I noticed that some packages have very good documentation whilst others are quite not

Establishing a recommended statndard for documenting dub packages

2016-08-16 Thread Karabuta via Digitalmars-d
Looking through documentations for the various packages available in the dub registry, I noticed that some packages have very good documentation whilst others are quite not there yet. ... Therefore I suggest the community put-up some kind of documentation guideline to standardize the learning

Re: [OT] The coolest (literally) desktop machine I've ever had

2016-08-14 Thread Karabuta via Digitalmars-d
On Friday, 12 August 2016 at 19:13:12 UTC, Andrei Alexandrescu wrote: I was using a large Lenovo Y70-70 laptop as a pseudo-desktop machine and additional monitor. It's quite powerful, but its fans would run at all times. Getting really tired of that, I googled for the better part of an

Re: D lang for android development

2016-08-14 Thread Karabuta via Digitalmars-d
On Sunday, 14 August 2016 at 17:19:17 UTC, eugene wrote: Hello, everyone, did you try to write apps in D for android? Is it ok currently to write in D for android or there are issues or something? I think DlangUI has some initial support for Android. The developer even did a mindcraft demo

Re: Why D is not popular enough?

2016-08-14 Thread Karabuta via Digitalmars-d
On Monday, 1 August 2016 at 15:31:35 UTC, Emre Temelkuran wrote: For years, i was travelling along Golang, Rust, Perl, Ruby, Python, PHP, JScript, JVM Languages. Lastly Crystal Lang and Nimrod, Julia, Haskell, Swift and many more that i can't remember. I'm 24 years old, my first lang was PHP

Re: IPFS

2016-08-14 Thread Karabuta via Digitalmars-d
On Sunday, 14 August 2016 at 21:21:25 UTC, Nordlöw wrote: I advice you all to read about IPFS at https://ipfs.io/ and https://techcrunch.com/2015/10/04/why-the-internet-needs-ipfs-before-its-too-late/ A D frontend is lacking... :) More details at:

Re: Why D isn't the next "big thing" already

2016-07-29 Thread Karabuta via Digitalmars-d-learn
On Tuesday, 26 July 2016 at 15:11:00 UTC, llaine wrote: Hi guys, I'm using D since a few month now and I was wondering why people don't jump onto it that much and why it isn't the "big thing" already. Everybody is into javascript nowadays, but IMO even for doing web I found Vibe.d more

Re: New Diet template engine almost complete, ready for comments

2016-07-25 Thread Karabuta via Digitalmars-d-announce
On Monday, 25 July 2016 at 09:29:38 UTC, Sönke Ludwig wrote: The Diet template language is aimed at providing a way to ... - Supports AngularJS special attribute names Is there a way to get react JS to work with vibe.d in anyway(server-side)?

Re: What is the current progress on "Safety and Memory Management"?

2016-07-19 Thread Karabuta via Digitalmars-d
On Sunday, 17 July 2016 at 06:05:27 UTC, qznc wrote: On Saturday, 16 July 2016 at 21:45:17 UTC, maik klein wrote: I was actually thinking of contributing something bigger as part of my bachelor thesis. (Not sure if I am allowed to do that) What I wanted to do is to translate a big part of

Re: DConf Videos

2016-07-08 Thread Karabuta via Digitalmars-d
On Tuesday, 7 June 2016 at 04:25:42 UTC, Mike Parker wrote: On Monday, 6 June 2016 at 18:48:30 UTC, Karabuta wrote: On Monday, 6 June 2016 at 16:22:18 UTC, Gary Willoughby wrote: On Monday, 6 June 2016 at 10:40:01 UTC, sarn wrote: What's the best source of DConf videos at the moment? Are

Re: Vision document for H2 2016

2016-07-08 Thread Karabuta via Digitalmars-d-announce
On Thursday, 7 July 2016 at 19:55:51 UTC, Andrei Alexandrescu wrote: https://wiki.dlang.org/Vision/2016H2 -- Andrei Promote video tutorials? :)

Re: D is crap

2016-07-03 Thread Karabuta via Digitalmars-d
On Sunday, 3 July 2016 at 04:37:02 UTC, D is crap wrote: Sorry, I've spend the last month trying my best to get simple shit done. At every turn there is some problem that has to be dealt with that is unrelated to my actual work. Be it the IDE, debugging, the library, or user shared code, it

Re: pure D mpeg2 decoder

2016-06-25 Thread Karabuta via Digitalmars-d-announce
On Friday, 24 June 2016 at 07:35:51 UTC, Ruslan Mullakhmetov wrote: Hi all! I saw pure jpeg decoder was announced recently and I decided to publish pure D mpeg2 decoder that I wrote just for myself, with study aims. I didn't test it exhaustively, so don't judge me for bugs) Currently it

Re: pure D mpeg2 decoder

2016-06-25 Thread Karabuta via Digitalmars-d-announce
On Friday, 24 June 2016 at 07:35:51 UTC, Ruslan Mullakhmetov wrote: Hi all! I saw pure jpeg decoder was announced recently and I decided to publish pure D mpeg2 decoder that I wrote just for myself, with study aims. I didn't test it exhaustively, so don't judge me for bugs) Currently it

Re: DConf Videos

2016-06-06 Thread Karabuta via Digitalmars-d
On Monday, 6 June 2016 at 16:22:18 UTC, Gary Willoughby wrote: On Monday, 6 June 2016 at 10:40:01 UTC, sarn wrote: What's the best source of DConf videos at the moment? Are there are any edited versions released? I'd like to share some of my favourite talks. Also, where are the DConf 2016

Re: Andrei's list of barriers to D adoption

2016-06-06 Thread Karabuta via Digitalmars-d
On Monday, 6 June 2016 at 02:20:52 UTC, Walter Bright wrote: Andrei posted this on another thread. I felt it deserved its own thread. It's very important. - I go to conferences. Train and consult at large companies.

Re: Game Development Using D

2016-05-22 Thread Karabuta via Digitalmars-d-learn
On Saturday, 21 May 2016 at 15:53:18 UTC, David wrote: Hi, I want to try to create a game using D. I'm a complete newbie though (other than having C/C++ experience). Where would I start? Does D have an openGL binding? I am assuming I'll need to leverage a good amount C APIs? Any list of

Re: Dconf videos offline download?

2016-05-10 Thread Karabuta via Digitalmars-d
On Tuesday, 10 May 2016 at 21:23:00 UTC, Marco Leise wrote: Until edited 1080p videos become available, you can use FlashGot in Firefox to get at the flash video files in ustream.tv. Here is a set of extracted links: [...] Thank you very much

Re: Dconf videos offline download?

2016-05-10 Thread Karabuta via Digitalmars-d
On Tuesday, 10 May 2016 at 21:02:05 UTC, John Colvin wrote: On Tuesday, 10 May 2016 at 20:50:04 UTC, Karabuta wrote: How can I get them? http://offliberty.com/# Sweet!

Dconf videos offline download?

2016-05-10 Thread Karabuta via Digitalmars-d
How can I get them?

Re: Gnome Builder IDE

2016-05-02 Thread Karabuta via Digitalmars-d
On Sunday, 1 May 2016 at 16:21:16 UTC, WebFreak001 wrote: On Tuesday, 19 April 2016 at 16:29:41 UTC, Karabuta wrote: Anyone tried this IDE for D coding? Seems to work pretty well. It deserves some D attention. https://wiki.gnome.org/Apps/Builder I would make a plugin but it seems that you

Re: DlangUI on Android

2016-04-25 Thread Karabuta via Digitalmars-d-announce
On Sunday, 24 April 2016 at 11:57:18 UTC, Chris wrote: On Sunday, 24 April 2016 at 06:19:14 UTC, thedeemon wrote: On Saturday, 23 April 2016 at 18:16:38 UTC, Chris wrote: Anyone interested in taking DlangUI and turning it into something like Swing/JavaFX for D? What exactly do you mean by

Re: XDG-APP and D

2016-04-21 Thread Karabuta via Digitalmars-d-announce
On Thursday, 21 April 2016 at 18:55:23 UTC, Gerald wrote: For those not familiar, xdg-app is a Linux virtualization system targeted at desktop apps, it's been under pretty heavy development and is available for use in Gnome 3.20. Mathias Clausen recently wrote a blog entry about creating his

Re: Gnome Builder IDE

2016-04-20 Thread Karabuta via Digitalmars-d
On Wednesday, 20 April 2016 at 06:40:38 UTC, Russel Winder wrote: On Tue, 2016-04-19 at 16:29 +, Karabuta via Digitalmars-d wrote: Anyone tried this IDE for D coding? Seems to work pretty well. It deserves some D attention. https://wiki.gnome.org/Apps/Builder I downloaded gnome-builder

Re: Gnome Builder IDE

2016-04-19 Thread Karabuta via Digitalmars-d
On Tuesday, 19 April 2016 at 17:16:45 UTC, WebFreak001 wrote: On Tuesday, 19 April 2016 at 16:29:41 UTC, Karabuta wrote: Anyone tried this IDE for D coding? Seems to work pretty well. It deserves some D attention. https://wiki.gnome.org/Apps/Builder Cool, it supports plugins using libpeas.

Gnome Builder IDE

2016-04-19 Thread Karabuta via Digitalmars-d
Anyone tried this IDE for D coding? Seems to work pretty well. It deserves some D attention. https://wiki.gnome.org/Apps/Builder

Re: Females in the community.

2016-04-12 Thread Karabuta via Digitalmars-d
On Monday, 11 April 2016 at 17:12:03 UTC, Ola Fosheim Grøstad wrote: On Saturday, 26 March 2016 at 19:52:18 UTC, QAston wrote: A person who advocates for a more welcoming community and wishes for objective moderation introduces a divisive topic You need to relax. The topic wasn't divisive. I

Re: Where do I learn to use GtkD

2016-04-04 Thread Karabuta via Digitalmars-d-learn
On Monday, 14 March 2016 at 03:46:02 UTC, Gerald wrote: On Sunday, 13 March 2016 at 19:53:35 UTC, karabuta wrote: On Sunday, 13 March 2016 at 19:34:36 UTC, WebFreak001 wrote: and in the (not quite complete) documentation you can find widgets you might want to use. Its a great place for getting

Re: Upcoming appearance

2016-03-27 Thread karabuta via Digitalmars-d-announce
On Sunday, 27 March 2016 at 06:18:26 UTC, Saurabh Das wrote: On Saturday, 26 March 2016 at 20:45:49 UTC, Andrei Alexandrescu wrote: I'll be at ACCU teaching a day-long tutorial on D

Re: GtkD 3.3.0 released, GTK+ with D.

2016-03-26 Thread Karabuta via Digitalmars-d-announce
On Wednesday, 23 March 2016 at 18:16:02 UTC, Mike Wey wrote: GtkD is a D binding and OO wrapper of Gtk+ and is released on the LGPL license. A new version of GTK was released today, and with that comes a new GtkD release so you can use the new features in D. GtkD 3.3.0 is now available on

Re: mondo - a d library for mongodb

2016-03-22 Thread Karabuta via Digitalmars-d-announce
On Monday, 21 March 2016 at 16:10:38 UTC, Andrea Fontana wrote: I just released on behalf of the company I work for (http://lab.2night.it) "mondo", a library to work with mongodb. Mondo is a collection of classes (and struct) built over mongo-c-driver. Low-level bindings are generated

Using ffmpeg in command line with D

2016-03-21 Thread Karabuta via Digitalmars-d-learn
Hi all, I'm trying to convert an array of video filenames to another format using spawnProcess() from std.process. I want to convert all files in sequence with the command "ffmpeg -i filename.mp4 -o outputfile.webm" where process will be run one process after the other. I am new to this

Re: Females in the community.

2016-03-20 Thread karabuta via Digitalmars-d
On Thursday, 17 March 2016 at 17:07:28 UTC, deadalnix wrote: On Thursday, 17 March 2016 at 16:17:46 UTC, Karabuta wrote: Are there any female programmers using D? :) Are you programing by slamming your dick on the keyboard ? No ? Me neither. Therefore, your genitalia don't matter here.

Re: Females in the community.

2016-03-20 Thread karabuta via Digitalmars-d
On Thursday, 17 March 2016 at 16:55:29 UTC, Jack Stouffer wrote: On Thursday, 17 March 2016 at 16:17:46 UTC, Karabuta wrote: Moreover, the socia Media representation of D sucks. I think we need a female, at least someone soft and mortal who That's a lot of stereotypes of both men and women,

Re: Females in the community.

2016-03-19 Thread Karabuta via Digitalmars-d
On Friday, 18 March 2016 at 12:09:45 UTC, qznc wrote: On Thursday, 17 March 2016 at 16:17:46 UTC, Karabuta wrote: Are there any female programmers using D? :) Moreover, the socia Media representation of D sucks. I think we need a female, at least someone soft and mortal who actually

Females in the community.

2016-03-19 Thread Karabuta via Digitalmars-d
Are there any female programmers using D? :) Moreover, the socia Media representation of D sucks. I think we need a female, at least someone soft and mortal who actually understand how to communicate and build a community. Coders suck at these things and its not helping. This is not about

Re: Females in the community.

2016-03-19 Thread karabuta via Digitalmars-d
On Thursday, 17 March 2016 at 16:55:29 UTC, Jack Stouffer wrote: On Thursday, 17 March 2016 at 16:17:46 UTC, Karabuta wrote: Moreover, the socia Media representation of D sucks. I think we need a female, at least someone soft and mortal who actually understand how to communicate and build a

Re: the most D-ish GUI library

2016-03-19 Thread Karabuta via Digitalmars-d
On Wednesday, 16 March 2016 at 07:26:24 UTC, Saša Janiška wrote: Karabuta writes: I run on Linux so i would sadly go for Gtk :( whilst keeping an eye on DlangUI Do you have any opinion for DWT (https://github.com/d-widget-toolkit/dwt which *might* be a nice one?

Re: the most D-ish GUI library

2016-03-18 Thread Karabuta via Digitalmars-d
On Wednesday, 16 March 2016 at 09:44:22 UTC, Vadim Lopatin wrote: On Tuesday, 15 March 2016 at 22:26:15 UTC, Karabuta wrote: DlangUI has a nice API design but still need serious design and art work to catch up with Gtk 3.18 - 2.0 in terms of UI look and feel. I also find that it just have

Re: the most D-ish GUI library

2016-03-15 Thread Karabuta via Digitalmars-d
On Sunday, 13 March 2016 at 22:26:48 UTC, Saša Janiška wrote: Hello, After long pause and trying some other languages, I've decided to try (again) with D for writing open-source multi-platform desktop (GUI) application. I've selected three different libraries: a) dlangui

Re: Where do I learn to use GtkD

2016-03-13 Thread karabuta via Digitalmars-d-learn
On Sunday, 13 March 2016 at 19:34:36 UTC, WebFreak001 wrote: On Sunday, 13 March 2016 at 19:28:57 UTC, karabuta wrote: Any help on where I can get better leaning materials(GtkD)? Repo, blogs post, etc please there isn't much about GtkD specificly, but as a start there is this:

Where do I learn to use GtkD

2016-03-13 Thread karabuta via Digitalmars-d-learn
Gtk3 from python3 has got I nice book with examples that are not so advanced but enough to get you doing real work(from a beginner point of view). GtkD seem to have changed the API structure compared to python3 Gtk3 and the demo examples just "show-off" IMO :). The documentation is really^ not

Re: Argon: an alternative parser for command-line arguments

2016-03-10 Thread karabuta via Digitalmars-d-announce
On Wednesday, 9 March 2016 at 18:56:10 UTC, Markus Laker wrote: On Saturday, 5 March 2016 at 16:28:25 UTC, karabuta wrote: I think he meant: [git status --help], where you have three attributes with the last one being the flag. So in addition to: [status --help] by default, you also have: [git

Re: ABOUT PROGRAMMING LANGUAGE

2016-03-09 Thread karabuta via Digitalmars-d
On Wednesday, 9 March 2016 at 09:31:35 UTC, Aliyu Ibrahim wrote: What did people mean about the programming and if you will give some step and how to build a java game and how i wil operate it on my desktop. I will so glad and if you send your reply to my e-mail. Thanks Download this book a

Re: Argon: an alternative parser for command-line arguments

2016-03-05 Thread karabuta via Digitalmars-d-announce
On Friday, 4 March 2016 at 17:34:08 UTC, Markus Laker wrote: On Friday, 4 March 2016 at 12:21:25 UTC, Jacob Carlborg wrote: No, I mean a longer description, more like documentation. Look at the help for git when using --help, it has different behavior than -h. The first one is more like a man

Re: Dconf gets a new logo

2016-03-02 Thread karabuta via Digitalmars-d-announce
On Wednesday, 2 March 2016 at 03:37:48 UTC, Andrei Alexandrescu wrote: Many thanks to https://github.com/aG0aep6G who contributed the DConf 2016 logo (the Berlin tower https://github.com/D-Programming-Language/dconf.org/pull/95). After discussing it with Sociomantic, they proposed a new one

Suggestion for a book

2016-03-02 Thread karabuta via Digitalmars-d
Whilst coding in D, there so many approaches one can take to structure his project. As the code base grow large, one can get really confused as to how best to structure code (modules, directories, classes, using class or structs, utilizing language features, etc.). Making a good decision

Re: Where to go after "Programming in D"

2016-03-02 Thread karabuta via Digitalmars-d-learn
On Wednesday, 2 March 2016 at 01:14:15 UTC, tsbockman wrote: On Tuesday, 1 March 2016 at 17:21:16 UTC, David DeWitt wrote: On Tuesday, 1 March 2016 at 16:50:12 UTC, karabuta wrote: I am aiming to become a hardcore and better coder(quality code) than you :) Please suggest. I'd probably skim

Re: Where to go after "Programming in D"

2016-03-02 Thread karabuta via Digitalmars-d-learn
On Tuesday, 1 March 2016 at 17:53:27 UTC, David DeWitt wrote: On Tuesday, 1 March 2016 at 17:21:16 UTC, David DeWitt wrote: On Tuesday, 1 March 2016 at 16:50:12 UTC, karabuta wrote: I am almost done with the "programming in D" book. Where will you suggest a go from there. My current focus is

Where to go after "Programming in D"

2016-03-02 Thread karabuta via Digitalmars-d-learn
I am almost done with the "programming in D" book. Where will you suggest a go from there. My current focus is on network programming, database systems, data manipulation and software architectures for database related apps(mostly Linux platforms with D). I am aiming to become a hardcore and

Re: D Vulkan API

2016-03-02 Thread karabuta via Digitalmars-d
On Tuesday, 1 March 2016 at 11:33:26 UTC, Nicholas Wilson wrote: So i've spent the last few days making more D feeling bindings for vulkan, based off Satoshi's because going strait from the spec was a PITA and very inconsistent, and they're almost done. I would like to request some feedback

Re: Terminix 0.51.0 Released

2016-02-28 Thread karabuta via Digitalmars-d-announce
On Saturday, 27 February 2016 at 23:13:47 UTC, Gerald wrote: Terminix is a tiling Linux terminal emulator I've been working on designed for the Gnome 3 environment and using GtkD. This newest release fixes a number of bugs and adds some new features. I'm announcing it here primarily for D

Re: D in Ubuntu apps ecosystem

2016-02-26 Thread karabuta via Digitalmars-d
On Friday, 26 February 2016 at 09:25:19 UTC, Joseph Rushton Wakeling wrote: On Thursday, 25 February 2016 at 19:21:48 UTC, Joakim wrote: Well, if I understand right, the hardest part of the work (making sure things run OK on ARM) has substantially been done by you and others. Assuming

D in Ubuntu apps ecosystem

2016-02-25 Thread karabuta via Digitalmars-d
Maybe you might only be thinking about Android or iOS, but Ubuntu Touch (a single Ubuntu OS meant to run across multiple devices from PC to Phones) is really gaining traction. The good news is that QML is officially the way to build apps and D already has dqml(https://github.com/filcuc/dqml).

  1   2   >