Giter VIP home page Giter VIP logo

miage22's Introduction

This is the repository of the MIAGE C3P lectures done by S. Ducasse and G. Polito

contact: [email protected] / [email protected]

Files

All the actual pdfs are hosted under https://rmod-files.lille.inria.fr/DesignCoffeeClub/Slides/

Please note that the actual lectures raw files are hosted under

Register

Register your groups in the file RegisteredGroups.md by giving a name to your group and listing your name as shown in the file.

Reports

  • Create a folder with the name of your group under the folder Groups
  • Add your weekly reports in your group folder.
  • Make sure that the name of your reports identifies uniquely your group and week (e.g. 01Prof.md)

Configuration automatique

StartupPreferencesLoader default executeAtomicItems: {
	StartupAction 
		name: 'Logo' 
		code: [ PolymorphSystemSettings showDesktopLogo: false] .
	StartupAction 
		name: 'Git Settings' 
		code: [ 
			Iceberg enableMetacelloIntegration: true.
		
			IceCredentialStore current
					storeCredential: (IcePlaintextCredentials new
					username: 'YourName';
					password: 'xxxx';
					host: 'github.com';
					yourself).		


			IceCredentialStore current
				storeCredential: (IceTokenCredentials new
					username: 'YourName';
					token: 'yourtoken';
					yourself) 
				forHostname: 'github.com'.
			]. 
}.

miage22's People

Contributors

ducasse avatar guillep avatar lydiatarmelit avatar delgaylord avatar gabinl21 avatar islambouterbiat avatar minacrapez avatar mehdihalouane avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.