965 resultados para File-to-File
Resumo:
The present thesis work was performed in the frame of ESEO (European Student Earth Orbiter) project. The activities that are described in this document were carried out in the Microsatellites and Space Micro systems Lab led by Professor Paolo Tortora and in ALMASpace company facilities. The thesis deals with ESEO structural analysis, at system and unit level, and verification: after determining the design limit loads to be applied to the spacecraft as an envelope of different launchers load profiles, a finite element structural analysis was performed on the model of the satellite in order to ensure the capability to withstand the loads encountered during the launch; all the analyses were performed according to ESA standards and using the software MSC NASTRAN SIMXPERT. Amplification factors were derived and used to determine loads to be considered at unit level. In particular structural analyses were carried out on the GPS unit, the payload developed for ESEO by students of University of Bologna and results were used in the preparation of GPS payload design definition file. As for the verification phase a study on the panels and inserts to be used in the spacecraft was performed: different designs were created exploiting methods to optimize weight and mechanical behavior. The configurations have been analyzed and results compared to select the final design.
Resumo:
La tesi illustra le funzionalita e l'architettura di Node.js elencando e analizzando le caratteristiche che lo rendono un framework vincente nella sfida che il web attuale pone. La tesi comprende l'analisi e la descrizione del lavoro svolto per creare una libreria HTTP/ File system, integrata nel sistema di sviluppo cloud proprietario: Instant Developer , funzionante sia su Node.JS che sui browser che supportano appieno le nuove API File system di HTML 5. Particolare attenzione viene riservata per la descrizione della struttura della libreria, pensata per permettere all'utente dell'IDE di utilizzarla indifferentemente su server/browser senza preoccuparsi di chiamare metodi diversi. Fs.js permette di operare con file/cartelle, richieste HTTP in modo semplificato rispetto alle API Ufficiali dei rispettivi ambienti.
Resumo:
Once more, agriculture threatened to prevent all progress in multilateral trade rule-making at the Ninth WTO Ministerial Conference in December 2013. But this time, the “magic of Bali” worked. After the clock had been stopped mainly because of the food security file, the ministers adopted a comprehensive package of decisions and declarations mainly in respect of development issues. Five are about agriculture. Decision 38 on Public Stockholding for Food Security Purposes contains a “peace clause” which will now be shielding certain stockpile programmes from subsidy complaints in formal litigation. This article provides contextual background and analyses this decision from a legal perspective. It finds that, at best, Decision 38 provides a starting point for a WTO Work Programme for food security, for review at the Eleventh Ministerial Conference which will probably take place in 2017. At worst, it may unduly widen the limited window for government-financed competition existing under present rules in the WTO Agreement on Agriculture – yet without increasing global food security or even guaranteeing that no subsidy claims will be launched, or entertained, under the WTO dispute settlement mechanism. Hence, the Work Programme should find more coherence between farm support and socio-economic and trade objectives when it comes to stockpiles. This also encompasses a review of the present WTO rules applying to other forms of food reserves and to regional or “virtual” stockpiles. Another “low hanging fruit” would be a decision to exempt food aid purchases from export restrictions.
Resumo:
addplot adds twoway plot objects to an existing twoway graph. This is useful if you want to add additional objects such as titles or extra data points to a twoway graph after it has been created. Most of what addplot can do, can also be done by rerunning the original graph command including additional options or plot statements. addplot, however, might be useful if you have to modify a graph for which you cannot rerun the original command, for example, because you only have the graph file but not the data that were used to create the graph. Furthermore, addplot can do certain things that would be difficult to achieve in a single graph command (e.g. customizing individual subgraphs within a by-graph). addplot also provides a substitute for some of the functionality of the graph editor.