Giter Site home page Giter Site logo

iac's Introduction

credits.jpg

IAC

This plugin has been written by the participants of the workshop "Rhino & Grasshopper Scripting & plugin development" . The participants of this course, who are also users of Grasshopper, based on their experience with the program, have produced components which their existence can facilitate and accelerate the algorithm writing process in Grasshopper. The current components are the results of this course to date, more components will be added to this plugin in the future.

Participant in alphabetical order

  • Parisa Afshari
  • Ghazaleh Elyasi
  • Maedeh Fallah
  • Mohammad Mehdi Jalali
  • Atena Meshkat
  • Laleh Moradi
  • Hamid Peiro
  • Ali Sa'adati
  • Helia Zakeri
  • Fatemeh Zarei

iac's People

Contributors

mahdiyargit avatar

Stargazers

Zakeri_h avatar  avatar Arshia Sa'adati avatar Maede avatar  avatar Hamid Peiro avatar

Watchers

 avatar Hamid Peiro avatar Maede avatar

Forkers

hamidpeiro

iac's Issues

misuse of type inference (the var keyword)

var s = (a + b + c) / 2;
var area = Math.Sqrt(s * (s - a) * (s - b) * (s - c));
var h = 2 * area / b;
var x = Math.Sqrt((a * a) - (h * h));

use type inference (the var keyword) only when it's required. for example, when you don't know which type you're using or when you want to instantiate objects. instead of using the var keyword, try using predefined value types (built-in .NET value types) like int, float, double and etc.

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.