Minor fixes
This commit is contained in:
		
							parent
							
								
									bbd3706ddc
								
							
						
					
					
						commit
						912ffd2a04
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -542,7 +542,7 @@ arduino electronics contraptions | ||||||
| <article> | <article> | ||||||
| <h1 id="dlang-stuff">D Language <img title="Personal project" src="/img/perso.svg"/></h1> | <h1 id="dlang-stuff">D Language <img title="Personal project" src="/img/perso.svg"/></h1> | ||||||
| 
 | 
 | ||||||
| The [D language](https://dlang.org) is a recent language much similar to C++ in term of features, but with a much cleaner syntax. | The [D language](https://dlang.org) is a recent language very similar to C++ in term of features, but with a cleaned syntax and better compile-time features. | ||||||
| 
 | 
 | ||||||
| I like the D language because it makes possible to write nice and robust applications within a very short time. | I like the D language because it makes possible to write nice and robust applications within a very short time. | ||||||
| 
 | 
 | ||||||
|  | @ -570,7 +570,7 @@ Here are some small projects I have done using D: | ||||||
| 
 | 
 | ||||||
| Served is a __lightweight file-sharing web service__ (a bit like _Google Drive_) written using the web server library [vibe.d](https://vibed.org). | Served is a __lightweight file-sharing web service__ (a bit like _Google Drive_) written using the web server library [vibe.d](https://vibed.org). | ||||||
| 
 | 
 | ||||||
| It is designed to be __quick and easy__ to deploy. Its default configuration serves the folder given by command line and uses UNIX users/passwords (via __PAM Authentification__) to upload/view files respecting file permissions. | It is designed to be __quickly deployed__ as a __web file server__ that can also be used to __upload files__ to a directory. Its default configuration serves the folder given by command line and uses UNIX users/passwords (via __PAM Authentification__) to upload/view files respecting file permissions. | ||||||
| 
 | 
 | ||||||
| By default, the file named `index.md` gets rendered atop of the file list. | By default, the file named `index.md` gets rendered atop of the file list. | ||||||
| 
 | 
 | ||||||
|  | @ -814,6 +814,7 @@ embedded systems linux beaglebone electronics sensor data acquisition | ||||||
| 
 | 
 | ||||||
| <article> | <article> | ||||||
| <h1 id="courses-git">Courses on Git <img title="Personal project" src="/img/perso.svg"/></h1> | <h1 id="courses-git">Courses on Git <img title="Personal project" src="/img/perso.svg"/></h1> | ||||||
|  | 
 | ||||||
| <div class="cinema"> | <div class="cinema"> | ||||||
| 	<a | 	<a | ||||||
| 		data-lightbox="gitcourse" | 		data-lightbox="gitcourse" | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue