Academic literature on the topic 'Code migration'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Code migration.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Journal articles on the topic "Code migration"

1

Pottie-Sherman, Y., and R. Wilkes. "Good code bad code: Exploring the immigration-nation dialectic through media coverage of the Herouxville 'Code of Life' document." Migration Studies 2, no. 2 (2013): 189–211. http://dx.doi.org/10.1093/migration/mnt002.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

You, Fucheng, Shuren Lai, Hechen Gong, and Yangze Zhao. "Multi-Style Migration QR Code." Journal of Physics: Conference Series 1069 (August 2018): 012027. http://dx.doi.org/10.1088/1742-6596/1069/1/012027.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Xu, Ming, Hui Qin Zhang, Qian Zhou, and Zhe Sheng. "Research on the Method of Code Migration from JSP to ASP.NETMing." Advanced Materials Research 756-759 (September 2013): 1334–38. http://dx.doi.org/10.4028/www.scientific.net/amr.756-759.1334.

Full text
Abstract:
The JSP and ASP.NET are two common dynamic web technology, both can be embedded into HTML. But each of them has advantages and disadvantages in using and has many differences in nature. How to weigh them and searching for the most accurate and rapid migration plan being the focus we should think about seriously. This article puts forward three methods of code migrations from JSP to ASP.NET Entire code transform migration, Reserved migration and Neutral migration. Additionally, that can obtain the best transplantation method by weighing these pros and cons as well as the performances of the program after migration.
APA, Harvard, Vancouver, ISO, and other styles
4

Hicken, Arthur. "Praxisleitfaden Migration von bestehendem Code zu Misra-C-2012-konformem Code." ATZelektronik 13, no. 5 (2018): 52–57. http://dx.doi.org/10.1007/s35658-018-0062-5.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Sidiropoulou, Maria. "Understanding migration through translating the multimodal code." Journal of Pragmatics 170 (December 2020): 284–300. http://dx.doi.org/10.1016/j.pragma.2020.09.020.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Li, Yong, and Wei Gao. "Minimizing Context Migration in Mobile Code Offload." IEEE Transactions on Mobile Computing 16, no. 4 (2017): 1005–18. http://dx.doi.org/10.1109/tmc.2016.2586056.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Duan, Ke Nan. "Migration of Stored Procedure to Distributed Cloud Database." Applied Mechanics and Materials 513-517 (February 2014): 2115–20. http://dx.doi.org/10.4028/www.scientific.net/amm.513-517.2115.

Full text
Abstract:
Many legacy applications rely on a single instance relational database. In the age of big data, applications with growing popularity may continue to generate large amount of data. The data would be beyond the limit of a traditional relational database. These applications can be migrated to a distributed database system for acquiring high scalability and performance. But the migration process is complicated especially for user defined stored procedure. In order to obtain the correct behavior, a stored procedure usually has to be rewritten in the application code. This rewriting is usually a time consuming and unpleasant task. This study gives a mechanism for migrating stored procedure from single instance relational database to distributed sharded database without the need of application code rewriting. In the migration solution offered by this study, Oracle stored procedure code is parsed, analyzed, and translated so as to be stored and executed globally in a sharded database.
APA, Harvard, Vancouver, ISO, and other styles
8

Van Hoey, Olivier, Andreas Kirschner, Carolina Björkas, et al. "Improved carbon migration modelling with the ERO code." Journal of Nuclear Materials 438 (July 2013): S891—S894. http://dx.doi.org/10.1016/j.jnucmat.2013.01.193.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

de V. Garcia, Alex, and Edward Hermann Haeusler. "Code migration and program maintainability — A categorical perspective." Information Processing Letters 79, no. 5 (2001): 249–54. http://dx.doi.org/10.1016/s0020-0190(00)00224-6.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Suhendra, Agus, and Adam Mukharil Bachtiar. "MIGRATION CODE PADA BACKEND CRIMEZONE DARI PHP KE SCALA." Jurnal Sistem Informasi 12, no. 2 (2016): 75. http://dx.doi.org/10.21609/jsi.v12i2.489.

Full text
Abstract:
Crimezone is the application of citizen journalism developed to report crimes in Bandung which is available on windows phone platform. In its use, this app still has some problems in the backend system. One that often occurs is failure in sending image stream data with a large size, the provided web service is slow in delivering the requested data, and the backend system is highly vulnerable of web attacks. The purpose of this research is to improve the performance of Crimezone’s backend system. This is achieved by migrating from the current programming language to the new one. The selection of the Scala programming language will improve the performance of the backend system, facilitate use of asynchronous programming, concurrency, and parallelism and improve the security on the system.
APA, Harvard, Vancouver, ISO, and other styles

Dissertations / Theses on the topic "Code migration"

1

Li, Jian. "Proxy compilation for Java via a code migration technique." Thesis, University of Sussex, 2010. http://sro.sussex.ac.uk/id/eprint/2328/.

Full text
Abstract:
There is an increasing trend that intermediate representations (IRs) are used to deliver programs in more and more languages, such as Java. Although Java can provide many advantages, including a wider portability and better optimisation opportunities on execution, it introduces extra overhead by requiring an IR translation for the program execution. For maximum execution performance, an optimising compiler is placed in the runtime to selectively optimise code regions regarded as “hotspots”. This common approach has been effectively deployed in many implementation of programming languages. However, the computational resources demanded by this approach made it less efficient, or even difficult to deploy directly in a resourceconstrained environment. One implementation approach is to use a remote compilation technique to support compilation during the execution. The work presented in this dissertation supports the thesis that execution performance can be improved by the use of efficient optimising compilation by using a proxy dynamic optimising compiler. After surveying various approaches to the design and implementation of remote compilation, a proxy compilation system called Apus is defined. To demonstrate the effectiveness of using a dynamic optimising compiler as a proxy compiler, a complete proxy compilation system is written based on a research-oriented Java VirtualMachine (JVM). The proxy compilation system is discussed in detail, showing how to deliver remote binaries and manage a cache of binaries by using a code migration approach. The proxy compilation client shows how the proxy compilation service is integrated with the selective optimisation system to maximise execution performance. The results of empirical measurements of the system are given, showing the efficiency of code optimisation from either the proxy compilation service and a local binary cache. The conclusion of this work is that Java execution performance can be improved by efficient optimising compilation with a proxy compilation service by using a code migration technique.
APA, Harvard, Vancouver, ISO, and other styles
2

Rubbo, Fernando Barden. "Inference rules for generic code migration of aspect-oriented programs." reponame:Biblioteca Digital de Teses e Dissertações da UFRGS, 2009. http://hdl.handle.net/10183/18250.

Full text
Abstract:
The latest versions of AspectJ { the most popular aspect oriented extension for Java { must cope with complex changes that occurred in the Java type system, specially with the parametric polymorphism which aims to improve the type safety and the readability of the source code. However, for legacy and non-generic constructions to take advantage of this pervasive feature, they must be migrated to explicitly supply actual type parameters in both declarations and instantiations of generic classes. Even though the type systems of Java and AspectJ were designed to support this kind of migration in a gradual way, this process is somewhat complex and error prone. The reason behind this assertion is that actual type parameters must be inferred to remove as much unsafe downcasts as possible without a ecting the original semantics of the program. Therefore, tools are essential to minimize the e ort of a manual application of the refactoring steps and to prevent the introduction of new errors. Since current automated solutions focus only on Java programs, they do not consider the use of aspects to encapsulate crosscutting concerns. Thus, this dissertation proposes a novel collection of inference rules to derive type constraints for the polymorphic version of AspectJ. These rules were used together with an existing generic migration algorithm to enable the conversion of non-generic legacy code to add actual type parameters in both Java and AspectJ languages.
APA, Harvard, Vancouver, ISO, and other styles
3

Djiken, Guy Lahlou. "La mobilité du code dans les systèmes embarqués." Thesis, Paris Est, 2018. http://www.theses.fr/2018PESC1112/document.

Full text
Abstract:
Avec l’avènement du nomadisme, des périphériques mobiles, de la virtualisation et du Cloud Computing ces dernières années, de nouvelles problématiques sont nées aux vues des considérations écologiques, de la gestion d’énergie, de la qualité de service, des normes sécuritaires et bien d’autres aspects liés à nos sociétés. Pour apporter une solution à ces problèmes, nous avons défini la notion de Cloudlet tel un Cloud local où peuvent se virtualiser des périphériques et ses applications embarquées. Ensuite, nous avons conçu une architecture distribuée basée sur ce pattern d’architecture lié au Cloud Computing et à la virtualisation de ressources. Ces définitions permettent de placer notre travail par rapport aux autres approches de déportation d’applications mobiles.D’autre part, un réseau de Cloudlets permet la protection de l’activité effectuée sur un périphérique mobile par la déportation d’applications embarquées dans une machine virtuelle s’exécutant dans la Cloudlet, ainsi que le suivi des usagers dans leur déplacement.Ces définitions nous ont guidées dans l’écriture de spécifications formelles via une algèbre de processus d’ordre supérieure. Elles autorisent le calcul de la sémantique opérationnelle pour les différentes études de cas basées sur ce concept de Cloudlet. Ces spécifications ont permis de décrire une nouvelle vision de la composition des périphériques virtuels applicables à tous les périphériques, les capteurs ou les actuateurs. L’ensemble des équations obtenues constitue une définition formelle de référence non seulement pour le prototypage d’une Cloudlet mais aussi pour la construction des automates temporisés.En se basant sur la structure de nos spécifications, nous avons construit un modèle d’automates temporisés pour un réseau de Cloudlets. Par l’emploi de technique de model checking, nous avons établi des propriétés temporelles montrant que toute exécution d’une application mobile sur un périphérique mobile pouvait être déportée dans une Cloudlet sous condition d’une structure applicative. Ces travaux ont abouti à des choix techniques donnant lieu à un prototype d’une telle architecture distribuée par l’emploi de serveurs OSGi. D’une part, nous fournissons une architecture logicielle d’application mobile. D’autre part, nous mettons en œuvre le principe de migration vers une Cloudlet voisine et son retour. Ces résultats sont une validation de nos choix initiaux et attestent de la réalité de nos travaux. Ils autorisent la prise de mesure permettant de définir le coût d’une migration vers une Cloudlet pendant une exécution, ainsi que son suivi au cours du déplacement de l’usager<br>With the advent of nomadism, mobile devices, virtualization and cloud computing in recent years, new problems have arisen taking into account ecological concerns, energy management, quality of service, security standards and many other aspects related to our societies. To solve these problems, we define the concept of Cloudlet as a local cloud where virtual devices and embedded applications can be virtualized. Then, we design a distributed architecture based on this architectural pattern related to cloud computing and virtualization of resources. These notions allow us to position our work among other approaches to offload mobile applications in a Cloudlet.On the other hand, a network of Cloudlets helps to secure the activity carried out on a mobile device by offloading embedded applications in a running virtual machine in the Cloudlet, and also to monitor users during their movements.These definitions guided us towards writing formal specifications via a higher order processes of algebra. They facilitate the calculation of operational semantics for different case studies based on this Cloudlet concept. These specifications foster a new vision for designing virtual devices suitable to all devices, sensors or actuators. This set of equations constitutes a formal definition relevant not only for prototyping a Cloudlet but also for constructing a timed automata system.Following the structure of our specifications, we built a model of timed automata for a network of Cloudlets. Exploiting the model checking techniques, we have established temporal properties showing that any execution of a mobile application on a mobile device could be offloaded in a Cloudlet depending on a given software architecture. This work resulted in making technical choices leading to a prototype of such a distributed architecture using an OSGi server. A first result leads us to define a software architecture for mobile applications. Secondly, we implement the principle of migration to a Cloudlet neighbor. Our tests validate our initial choices and confirm the hypotheses of our work. They allow taking measures in order to assess the cost of an offloading to a Cloudlet during runtime, as well as keeping track during user’s movements
APA, Harvard, Vancouver, ISO, and other styles
4

Lupa, Aleksander. "Using multi-agent system for code and data propagation." Thesis, Blekinge Tekniska Högskola, Avdelningen för programvarusystem, 2008. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-4410.

Full text
Abstract:
This work presents the concept of code and data propagation in a multi-agent system. First, the concepts of agent and multi-agent system are defined and examples are presented. Also arguments for using agent approach are given and potential benefits are listed. Afterwards the idea of code and data propagation is defined and explained. Then some examples of real solutions are given along with propagation algorithms, which depict the way of introducing the concept into real system solutions. Afterwards the code and data propagation in a multi-agent system is described, which is in many cases based on the object migration. Discussion about this concept ends with describing the types of agent migration and giving some examples of systems with agent migration. Then three multi-agent environments are described and one is chosen to be the basis of the implemented application. Second part of work starts with description of systems principal objective, which is the distributed calculating of prime numbers. At the beginning, agents of the system are presented, and then the main system processes are depicted in detail. All algorithms are shown in sequence diagrams, which point all asynchronisms in the system. Afterwards migration phase is described with all migration types and algorithms. The experiments are conducted in two environments: home and university. The main aim is to find optimal configurations for both environments. The conclusion from this work is that introducing code and data propagation to a multiagent system in a form of agent migration in a heterogeneous network could considerably decrease the execution time. Moreover based on the efficiency vector of computers participating in the experiment there is a possibility to set a task distribution, which is close to optimal, without searching for optimal configuration every time when running the experiment.
APA, Harvard, Vancouver, ISO, and other styles
5

Andersson, Johan, and Fredrik Norrman. "Container Orchestration : the Migration Path to Kubernetes." Thesis, Linnéuniversitetet, Institutionen för datavetenskap och medieteknik (DM), 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:lnu:diva-97744.

Full text
Abstract:
As IT platforms grow larger and more complex, so does the underlying infrastructure. Virtualization is an essential factor for more efficient resource allocation, improving both the management and environmental impact. It allows more robust solutions and facilitates the use of IaC (infrastructure ascode). Many systems developed today consist of containerized microservices. Considered the standard of container orchestration, Kubernetes is the natural next step for many companies. But how do we move on from previous solutions to a Kubernetes cluster? We found that there are not a lot of detailed enough guidelines available, and set out to gain more knowledge by diving into the subject - implementing prototypes that would act as a foundation for a resulting guideline of how it can be done.
APA, Harvard, Vancouver, ISO, and other styles
6

Pokorný, Šimon. "Migrace a refaktorizace Netfox Detective na .NET 5." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2021. http://www.nusl.cz/ntk/nusl-445486.

Full text
Abstract:
Every second, there are many attempts to attack various entities on the Internet. This is why high-quality, fast, and up-to-date tools are needed to easily analyze network traffic. Netfox Detective is one of such tools. Specifically, it is used for forensic analysis of network communication. The aim of this work is to migrate Netfox Detective to the newest version of .NET platform (.NET 5), including refactoring with respect to user experience and correct use of software design patterns. This thesis deals not only with the migration itself, but is listing common mistakes programmers make along with possible solutions to these mistakes. The chapters contain a detailed decision log that can help guide other developers to better solutions. Furthermore, the work deals with analysis and creation of unit tests and with correct use of tools for CI/CD. Fully migrated project is not the only output of this thesis. A development environment for the project has been prepared in GitLab and it is ready to be used.
APA, Harvard, Vancouver, ISO, and other styles
7

Alexandrou, Penelopi. "Hellenic female migration and a Greek Canadian legacy : social networks, cultural continuity and economic development of the women of the Halifax Greek code." Thesis, Kingston University, 2013. http://eprints.kingston.ac.uk/30009/.

Full text
Abstract:
This thesis explores the dynamic social networks, economic development and cultural continuity of the female members of the diasporic Greek community of Halifax, Nova Scotia. In an effort to address a gap in gendered and regional Greek Canadian community studies, this study utilizes the intersection of gender and place through time for a defined social group, as it investigates the development of diverse social and economic relationships in addition to forms of cultural communication. Using an ethnographic approach, this study attempts to understand the lives and interactions through time, which constitute the social and economic networks and define the identities of the female members of the Halifax Greek community. Approximately forty people, mainly women, who indicated participation or membership in the Halifax Greek community, were recruited for life history interviews, while informal unstructured conversations or interviews were conducted with additional participants during participant observation. The participants ranged in age and represented both migrants and subsequent generations. This approach to fieldwork, conducted intermittently, provided an opportunity to witness and acquire diverse data on various community events and aspects of daily life. Moreover, with ethnographic engagement, the way people, particularly women, negotiated their identities across time and space was considered. The study supports the greater agency of post-World War 11 Greek female migrants in the decision-making process of their migration and rejects their migration as consequential or secondary; their shift from sponsored to sponsors facilitated further migration for co-ethnics of extended kin networks and their status as co-breadwinners was essential to the well-being of the Greek migrant family units. Socioeconomic networks have shifted from highly gendered and ethnic networks, initially established out of necessity to ones defined by individual preferences and needs, which do not discard the significance of kin and ethnic connections in their entirety. Concerns for cultural continuity persist for the dynamic community as they continue to redefine their unique hyphenated Greek-Haligonian identity, much like the Halifax donair delicacy, a variation of a Greek dish, influenced by characteristics of Halifax.
APA, Harvard, Vancouver, ISO, and other styles
8

Jih, Tatah Gwendoline. "Multilingualism and identity in new shared spaces :a study of Cameroon migrant in a primary school in Cape Town." Thesis, University of the Western Cape, 2009. http://etd.uwc.ac.za/index.php?module=etd&action=viewtitle&id=gen8Srv25Nme4_9599_1298348443.

Full text
Abstract:
<p>This thesis aims to explore the ways in which space patterns regimes of language use and language attitudes among Cameroonian immigrant children in a primary school in Cape Town. The presence of migrants in any classroom represents a significant challenge from the theoretical as well as practical point of view, given that schools are responsible for both socialization and learning (Gajo &amp<br>Mondada 1996). Most African countries are going through large-scale migration from rural to urban areas as well as increasing transnational migration due to recent socio-economic and socio-political trends. These flows affect the sociolinguistic economy of the places concerned, not only the individuals within them. Thus immigrants&rsquo<br>movement into an urban area not only affects their repertoires, as they find themselves confronted with the task of acquiring the communicative resources of the autochthonous population, but also those of the autochthonous population who find themselves confronted with linguistic communicative processes and resources &lsquo<br>alien&rsquo<br>to their environment. Similar effects are felt by local educational and other institutions, now faced with learners with widely varying degrees of competence in the required communicative skills. The participants in this study are a group of young migrants from Cameroon where English and French are the two official languages. These learners already have some languages in their repertoire, which may include their mother tongue or either of the two official languages. My focus will be on the multilingual resources of these learners and how they make use of these in the daily life of their new spaces, the school, the homes and community spaces, to construct new social identities.</p>
APA, Harvard, Vancouver, ISO, and other styles
9

Sundin, Emil. "Perception and effects of implementing Kotlin in existing projects : A case study about language adoption." Thesis, Högskolan Dalarna, Informatik, 2018. http://urn.kb.se/resolve?urn=urn:nbn:se:du-28198.

Full text
Abstract:
The Kotlin programming language has seen an increase of adoption since its launch in 2011. In late 2017 Google announced first-class support for Kotlin on the Android platform which further popularized the language. With this increase in popularity we felt it was interesting to investigate how Kotlin affects the developer experience. We performed a case study to see how Java developers perceive the Kotlin language, and how it meets the requirements of these developers. To gather the developer requirements and their perception of Kotlin we performed two sets of interviews and rewrote parts of their codebase. The first set of interviews identified developer requirements and the second set of interviews showcased the Kotlin language and its potential use in their codebase. The results show that Kotlin can meet most of the developer requirements and that the perception of Kotlin is positive. Kotlin’s ability to be incrementally adopted was a prominent feature which reduced the inherent risks of technology adoption while providing them the ability to further evaluate the language. The expressiveness of a programming language has previously been found to be a prominent factor of language adoption. In this study, we identified the expressive nature of Kotlin as a major factor of its adoption potential.
APA, Harvard, Vancouver, ISO, and other styles
10

Kowalczyk, Krzysztof, and Anna Kwiecinska. "Model-Driven Software Modernization." Thesis, Blekinge Tekniska Högskola, Sektionen för datavetenskap och kommunikation, 2009. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-4643.

Full text
Abstract:
This thesis elaborates the Model-Driven Software Modernization (MDSM), that has been identified by us, and is defined as a group of approaches toward modernization of legacy code. MDSM approaches are based on models, tools and processes known from the Model-Driven Engineering (MDE) that aims in automation of modernization process. This thesis describes identified MDSM approaches and related standards. Additionally, it suggests that certain kinds of modernization can be implemented in a more efficient way, when a new approach, that has been proposed by the authors, is used. An exemplary modernization, that solves selected industry problem, is implemented to demonstrate that the alternative approach is feasible. In addition, the availability of tools for MDA, which can be adopted in MDSM process, is discussed and guidelines for implementing MDSM are proposed.
APA, Harvard, Vancouver, ISO, and other styles

Books on the topic "Code migration"

1

Grindrod, Peter. COLLAGE: A numerical code for radionuclide migration through afractured geosphere in aqueous and colloidal phases. Swedish Nuclear Power Inspectorate, 1992.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
2

Peterson, S. R. Model description of CHERPAC (Chalk River Environmental Research Pathways Analysis Code): Results of testing with post-Chernobyl data from Finland. Chalk River Laboratories, Environmental Research Branch, 1994.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
3

Guizardi, Menara, ed. The Migration Crisis in the American Southern Cone. Springer International Publishing, 2021. http://dx.doi.org/10.1007/978-3-030-68161-6.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

"Colón man a come": Mythographies of Panama Canal migration. Lexington Books, 2005.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
5

When women come first: Gender and class in transnational migration. University of California Press, 2005.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
6

Christiane, Harzig, Labor Migration Project, Labor Newspaper Preservation Project, and Paul Avrich Collection (Library of Congress), eds. Why did you come?: The proletarian mass migration : research report, 1980-1985. Universität Bremen, 1986.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
7

Eames, Michael. Variance estimates for estimated salmon coded-wire tag recoveries ; Marked group size, sampling rates, and optimal resource allocation in coded-wire tag studies. State of Washington, Dept. of Fisheries, 1986.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
8

John, Hay. The run. Beacon Press, 1999.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
9

Immigration and the slave trade: Africans come to America (1607-1830). PowerKids Press, 2004.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
10

From newcomers to citizens: All come bearing gifts : a statement of the National Conference of Catholic Bishops' Committee on Migration. United States Catholic Conference, 1999.

Find full text
APA, Harvard, Vancouver, ISO, and other styles

Book chapters on the topic "Code migration"

1

Puder, Arno. "A Code Migration Framework for AJAX Applications." In Distributed Applications and Interoperable Systems. Springer Berlin Heidelberg, 2006. http://dx.doi.org/10.1007/11773887_11.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Takizawa, Hiroyuki, Reiji Suda, Daisuke Takahashi, and Ryusuke Egawa. "Xevolver: A User-Defined Code Transformation Approach to Streamlining Legacy Code Migration." In Advanced Software Technologies for Post-Peta Scale Computing. Springer Singapore, 2018. http://dx.doi.org/10.1007/978-981-13-1924-2_9.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Buland, A., R. Sollie, and J. Amundsen. "Parallelisation of a code for seismic depth migration." In High-Performance Computing and Networking. Springer Berlin Heidelberg, 1995. http://dx.doi.org/10.1007/bfb0046735.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Cooper, Pete, Uwe Dolinsky, Alastair F. Donaldson, Andrew Richards, Colin Riley, and George Russell. "Offload – Automating Code Migration to Heterogeneous Multicore Systems." In High Performance Embedded Architectures and Compilers. Springer Berlin Heidelberg, 2010. http://dx.doi.org/10.1007/978-3-642-11515-8_25.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Garrido, Ángeles Arjona, Juan Carlos Checa Olmos, Estefanía Acién González, and Francisco Majuelos Martínez. "Migration, Sex Work, and Stigma: An Analysis in Biographical Code." In Memory, Subjectivities, and Representation. Palgrave Macmillan US, 2016. http://dx.doi.org/10.1057/9781137438713_8.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Garcia, Santi, John Levine, and Fermin Gonzalez. "Multi Niche Parallel GP with a Junk-Code Migration Model." In Lecture Notes in Computer Science. Springer Berlin Heidelberg, 2003. http://dx.doi.org/10.1007/3-540-36599-0_30.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Enaganti, Srujan Kumar, Anish Damodaran, and Anirban Chakrabarti. "A Framework for Analysis of Legacy Code Migration to Grid Environment." In Towards Next Generation Grids. Springer US, 2007. http://dx.doi.org/10.1007/978-0-387-72498-0_20.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Laukaitis, Algirdas. "Code Transformation Pattern Alignments and Induction for ERP Legacy Systems Migration." In Lecture Notes in Business Information Processing. Springer International Publishing, 2015. http://dx.doi.org/10.1007/978-3-319-21915-8_15.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Yoshida, Makoto, and Kazumine Kojima. "Design Methodologies of Workload Management through Code Migration in Distributed Desktop Computing Grids." In Algorithms and Architectures for Parallel Processing. Springer Berlin Heidelberg, 2010. http://dx.doi.org/10.1007/978-3-642-13136-3_10.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Marois, Guillaume, and Samir KC. "Converting a Cohort Component Model into a Microsimulation Model." In SpringerBriefs in Population Studies. Springer International Publishing, 2021. http://dx.doi.org/10.1007/978-3-030-79111-7_3.

Full text
Abstract:
AbstractIn this chapter, we show and explain the code that reproduces the multistate projection of India described in Chap. 10.1007/978-3-030-79111-7_2 into a microsimulation model. The microsimulation code is divided into modules for each demographic event, namely the mortality, the education, the fertility, the domestic migration, and the reclassification of rural to urban areas. Section by section, we explain the code for the simulation and the production of outputs. We also a basic validation of the mode. The code file “Chapter 3—Replicating multistate.sas” contains the final complete code that generates the simulation for 2010–2060, including the setting up of the workspace (see Chap. 10.1007/978-3-030-79111-7_2).
APA, Harvard, Vancouver, ISO, and other styles

Conference papers on the topic "Code migration"

1

Kontogiannis, K., J. Martin, K. Wong, R. Gregory, H. Müller, and J. Mylopoulos. "Code migration through transformations." In CASCON First Decade High Impact Papers. ACM Press, 2010. http://dx.doi.org/10.1145/1925805.1925817.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Wang, Hong, Guangzhou Zeng, and Jingtao Zhang. "Code-on-demand Migration in Wireless Migrating Workflow Environment." In 2007 First IEEE International Symposium on Information Technologies and Applications in Education. IEEE, 2007. http://dx.doi.org/10.1109/isitae.2007.4409290.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Abadi, Aharon, Yishai A. Feldman, and Mati Shomrat. "Code-motion for API migration." In Proceeding of the 4th workshop. ACM Press, 2011. http://dx.doi.org/10.1145/1984732.1984734.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Emmerich, Wolfgang, Cecilia Mascolo, and Anthony Finkelstein. "Implementing incremental code migration with XML." In the 22nd international conference. ACM Press, 2000. http://dx.doi.org/10.1145/337180.337227.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Chiba, Shigeru. "Foreign language interfaces by code migration." In GPCE '19: 18th ACM SIGPLAN International Conference on Generative Programming: Concepts and Experiences. ACM, 2019. http://dx.doi.org/10.1145/3357765.3359521.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Buland, A., R. Sollie, and J. Amundsen. "Portable Parallel, Code for Depth Migration." In 57th EAEG Meeting. EAGE Publications BV, 1995. http://dx.doi.org/10.3997/2214-4609.201409255.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Nguyen, Tien N. "Code migration with statistical machine translation." In ASE'16: ACM/IEEE International Conference on Automated Software Engineering. ACM, 2016. http://dx.doi.org/10.1145/2975961.2990477.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Yue, Feng, Jianmin Pang, Zheng Shan, and Xiaonan Liu. "Variable optimization in code migration from GPU to multi-core." In 2012 IEEE International Conference on Granular Computing (GrC-2012). IEEE, 2012. http://dx.doi.org/10.1109/grc.2012.6469271.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Ketkar, Ameya. "Type migration in large-scale code bases." In ESEC/FSE '18: 26th ACM Joint European Software Engineering Conference and Symposium on the Foundations of Software Engineering. ACM, 2018. http://dx.doi.org/10.1145/3236024.3275434.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Tran, Ngoc, Hieu Tran, Son Nguyen, Hoan Nguyen, and Tien Nguyen. "Does BLEU Score Work for Code Migration?" In 2019 IEEE/ACM 27th International Conference on Program Comprehension (ICPC). IEEE, 2019. http://dx.doi.org/10.1109/icpc.2019.00034.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Reports on the topic "Code migration"

1

Uzelac, Ana. The Real Common Interest: The converging EU and North African migration agendas – where do people’s interests come in? Oxfam, 2020. http://dx.doi.org/10.21201/2020.6553.

Full text
Abstract:
For too long the EU’s migration policies have ignored the priorities of the countries it partners with for the sake of its own border security and domestic priorities. These have permeated the domestic migration and asylum policies of the Maghreb countries it supports, including Tunisia and Morocco, in a convergence of national interests of states, at the cost of people’s interests. The EU’s cooperation with its neighbours should encourage a real common interest: protecting people and fulfilling their rights.
APA, Harvard, Vancouver, ISO, and other styles
2

Sheridan, Anne. Annual report on migration and asylum 2016: Ireland. ESRI, 2017. http://dx.doi.org/10.26504/sustat65.

Full text
Abstract:
The Annual Report on Migration and Asylum 2016 provides an overview of trends, policy developments and significant debates in the area of asylum and migration during 2016 in Ireland. Some important developments in 2016 included: The International Protection Act 2015 was commenced throughout 2016. The single application procedure under the Act came into operation from 31 December 2016. The International Protection Office (IPO) replaced the Office of the Refugee Applications Commissioner (ORAC) from 31 December 2016. The first instance appeals body, the International Protection Appeals Tribunal (IPAT), replacing the Refugee Appeals Tribunal (RAT), was established on 31 December 2016. An online appointments system for all registrations at the Registration Office in Dublin was introduced. An electronic Employment Permits Online System (EPOS) was introduced. The Irish Short Stay Visa Waiver Programme was extended for a further five years to October 2021. The Second National Action Plan to Prevent and Combat Human Trafficking was published. 2016 was the first full year of implementation of the Irish Refugee Protection Programme (IRPP). A total of 240 persons were relocated to Ireland from Greece under the relocation strand of the programme and 356 persons were resettled to Ireland. Following an Oireachtas motion, the Government agreed to allocate up to 200 places to unaccompanied minors who had been living in the former migrant camp in Calais and who expressed a wish to come to Ireland. This figure is included in the overall total under the IRPP. Ireland and Jordan were appointed as co-facilitators in February 2016 to conduct preparatory negotiations for the UN high level Summit for Refugees and Migrants. The New York Declaration, of September 2016, sets out plans to start negotiations for a global compact for safe, orderly and regular migration and a global compact for refugees to be adopted in 2018. Key figures for 2016: There were approximately 115,000 non-EEA nationals with permission to remain in Ireland in 2016 compared to 114,000 at the end of 2015. Net inward migration for non-EU nationals is estimated to be 15,700. The number of newly arriving immigrants increased year-on-year to 84,600 at April 2017 from 82,300 at end April 2016. Non-EU nationals represented 34.8 per cent of this total at end April 2017. A total of 104,572 visas, both long stay and short stay, were issued in 2016. Approximately 4,127 persons were refused entry to Ireland at the external borders. Of these, 396 were subsequently admitted to pursue a protection application. 428 persons were returned from Ireland as part of forced return measures, with 187 availing of voluntary return, of which 143 were assisted by the International Organization for Migration Assisted Voluntary Return Programme. There were 532 permissions of leave to remain granted under section 3 of the Immigration Act 1999 during 2016. A total of 2,244 applications for refugee status were received in 2016, a drop of 32 per cent from 2015 (3,276). 641 subsidiary protection cases were processed and 431 new applications for subsidiary protection were submitted. 358 applications for family reunification in respect of recognised refugees were received. A total of 95 alleged trafficking victims were identified, compared with 78 in 2015.
APA, Harvard, Vancouver, ISO, and other styles
3

Rohwerder, Brigitte. The Right to Protection of Forcibly Displaced Persons During the Covid-19 Pandemic. Institute of Development Studies (IDS), 2021. http://dx.doi.org/10.19088/ids.2021.052.

Full text
Abstract:
The unprecedented shutdown of borders and restrictions on migration in response to the Covid-19 pandemic have put the core principles of refugee protection to test and resulted in the erosion of the right to asylum and violations of the principle of non-refoulment (no one should be returned to a country where they would face torture; cruel, inhuman or degrading treatment; or punishment and other irreparable harm). Covid-19 is being used by some governments as an excuse to block people from the right to seek asylum and implement their nationalist agendas of border closures and anti-immigration policies.
APA, Harvard, Vancouver, ISO, and other styles
4

Serne, R., R. Arthur, and K. Krupka. Review of geochemical processes and codes for assessment of radionuclide migration potential at commercial LLW (low-level radioactive waste) sites. Office of Scientific and Technical Information (OSTI), 1990. http://dx.doi.org/10.2172/6973891.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Use of particle tracking to improve numerical model calibration and to analyze ground-water flow and contaminant migration, Massachusetts Military Reservation, western Cape Cod, Massachusetts. US Geological Survey, 1997. http://dx.doi.org/10.3133/wsp2482.

Full text
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!

To the bibliography