Posts by Vargas • 353 points
4 posts
-
5
votes2
answers126
viewsQ: Ruby application that keeps reloading source files
How can I design my application so that whenever I modify and save a file . Rb the application will behave "the new way"? I am making an application that reads the command, executes, prints the…
-
2
votes4
answers1648
viewsA: How to create a user interface with the same style that was used in Visual Studio, Office 2013, Github for Windows, etc?
I believe you’re referring to Metro UI. On the Microsoft website there is documentation and examples.
-
9
votes2
answers531
viewsQ: Association with scope in Ruby on Rails
I have a Ruby on Rails application in which I have licenses, items that can be licensed, and a table that lists the two (Which items do you have in the license?). Analogously to items in a shopping…
-
9
votes1
answer300
viewsA: Control the fan (fan) of the CPU in C#
This DLL does not have this call, so this way will fail to search by this name in the library. According to the documentation of Microsoft this method is not implemented by WMI. If this method were…