Questions tagged [cosmos]

Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more! THIS TAG IS NOT FOR QUESTIONS ABOUT THE AZURE COSMOS DB DATABASE - for any questions related to Cosmos DB, please use the [azure-cosmosdb] tag.

141 questions
0
votes
2 answers

Problems with Ring in cosmos; invalid namespace

I have done everything that the official COSMOS website told me to add; all the references, cosmos.common, etc. It asked me to add: using Cosmos.Common; [assembly: Ring(Ring.System)] So of course I split them into two parts, with the using part…
0
votes
1 answer

How to implement cosmos rating controller in IOS?

I am new to IOS development. I am trying to use rating functionality in my app, found cosmos controller but i do not understand how to use its functionality.Please help me and let me know if any sample project is available. Thanks!!
Kirti
  • 573
  • 2
  • 8
  • 18
0
votes
3 answers

cosmos show windows form on console screen in C#

In cosmos, is there any way that I can show a window form on the console screen? If this is possible, will you please show me how to do this in C#? …
0
votes
1 answer

FIWARE Cosmos-GUI: Invalid IdM User

I have been trying to log in Cosmos-GUI to start developing my FIWARE application, but after I log in with my FILAB user/password I get "Error:Invalid IdM User" I saw a similar question, and they said that it was caused by a migration of the server…
0
votes
1 answer

CKAN getting INFO about SmartCities

I'm trying to get access to CKAN in order to work the same way as with Cosmos. In this case I'll prefer to use HTTP commands (I've heard it's possible) to use it in any app. Where may I get some information?
adrian
  • 317
  • 2
  • 4
  • 11
0
votes
1 answer

Is it possible to develop a mobile OS with Cosmos?

Is it possible to develop a mobile OS (GUI) with Cosmos (C# and/or VB.NET)? Do i have to add some special code or use a special compiler or something else, that it would work - or will it doesn't work with mobile devices?
Stefan Wittwer
  • 783
  • 6
  • 16
0
votes
1 answer

Cosmos custom OS, addmapping?

I am new to C# and is currently using COSMOS to make a simple FileSystem for my OS class. Currently I'm trying to implement a "reformat" function that, when the word "reformat" is typed into the console, the OS (emulated via QEMU), partitions the…
Erasmus
  • 427
  • 2
  • 10
  • 23
-1
votes
1 answer

How to use cosmos Tokenview API with postman?

What is blockchain API and introduce tokenview.io blockchain explorer? I want to use cosmos to get Tx information via blockchain explorer.
Bailan
  • 1
-1
votes
2 answers

How to replicate a global variable in C#?

I have a variable in one loop in C# that cannot be recognized in the other one, and I am aware that it is not possible to create a true global variable in C#, however I wonder if one can mimic one. Some of my code is this: foreach (string line in…
A user
  • 94
  • 8
-1
votes
1 answer

How to compile & execute text in c#?

I am working on an operating system with Cosmos, I am wondering if there is a way to compile text from a file, for example: helloworld.cs, and then execute the file. Thanks in advance.
-1
votes
1 answer

Adding additional CAN interface to Cosmos

I am looking to extend the existing interface functionality of Cosmos by allowing it to interface with my selected USB-CAN adaptor. I have the adaptor's SDK ready and working in C, just need it to interface it with Ruby. My main question is, where…
-1
votes
1 answer

Handling Cosmos view in USQL

I was just exploring the USQL and thought one scenario where in I need reuse the existing Cosmos (scope) view in my USQL. First thing , is it possible to consume the Scope view in USQL? If its possible then how we can do that? Thanks.
Abhi
  • 341
  • 1
  • 6
  • 23
-1
votes
1 answer

How do I read a key and store the value of that key into a variable in ASM?

I am working on making a C#-like language that compiles directly to x86 NASM code. I have written a function similar to Console.ReadKey(). It is supposed to wait for a key and then store the value of it in a string. Here is the code for the ASM…
Ryan N.
  • 1
  • 1
  • 1
-1
votes
1 answer

Cosmos C# OS Programming

I am building a base os, with COSMOS (I don't have a mac). So, I have successfully got the os to accept three commands, help, shutdown, restart. However here is the bit I am stuck on: Console.Writeline("Command>"); Console.Readline(); This gets…
td512
  • 101
  • 2
  • 8
-2
votes
1 answer

Comos Hub - list of all market's and exchange's addresses

I'm preparing airdrop for my project and want to exclude all exchanges and markets from it. Is there a list of all the exchanges and brands operating on CosmosHub available somewhere?
Mr Raven
  • 3
  • 1
1 2 3
9
10