Google Maia .css and .js files? - javascript

I recently stumbled across the Google .css and. js files by the name of "Google Maia". These appear to be an in-the-works competitor / replacement for Twitter's Bootstrap. Does anyone know where to find the official version?

As of now its internal. Google hasn't released any version for public yet https://groups.google.com/forum/#!topic/closure-library-discuss/YzmT7G1AqQg . However you can get some clue from google style sheet guide https://google-styleguide.googlecode.com/svn/trunk/htmlcssguide.xml

This is most likely an internal resource for Google, not publicly available.

Related

Is it possible to integrate 3rd Party Ads like Adsense/Adbmob with Video.js?

I am using video.js library for the video player. It does support showing custom Ads provided by you but could not find the way to integrate 3rd party services like Adsense. Can anyone guide me in this regard? The contrib-ads plugin seems for custom Ads file only.
There is a plugin available for videojs support of adsense - see here:
https://github.com/googleads/videojs-ima
It is actively being updated (at the time of writing) and some of the leading contributors are from Google.

Modernizr.load on v3 does not exist?

I want to use Modernizr.load function with v3, as v3 adds some tests not present with previous 2.8.x versions. I used this load function without any issue on those previous versions.
I go the page http://v3.modernizr.com/, check the tests I want to use, but I cannot find the APIs nor in the list of selectable APIs, nor in the code when I download the development version.
But still, it is present on their documentation on http://v3.modernizr.com/docs/
Have i done something wrong? Should I download another js file?
Modernizr.load was removed from v3.0

Google Apps Script and Source Code Tools for version control?

This question is an addition to the topic Should Google App Scripts be stored in version control like GitHub
Is there any possibility that source code versioning for Google Apps Script Projects is (or will be) covered by the still Beta "Source Code Tools" (https://cloud.google.com/tools/repo/source-tools)
From documentation of the Cloud Repositories (cloud.google.com/tools/cloud-repositories/docs/) I see:
"Each project you create in the Google Developers Console has an associated Cloud Source Repository. ",
while in the documentation for Google Application Script project (developers.google.com/apps-script/guides/services/authorization) I see: "Every Apps Script project automatically creates its own project in the Google Developers Console to control authorization." (only authorization, but maybe also source code versioning?)
From what I tested so far it seems that sources of Google App Script projects are not covered by the Versioning System.
Thank you,
Ado
There is one project out there that does a pretty solid job with github. What makes it special is that is has some trickery to be able to import and export your project with the associated libraries and Advanced services.
https://github.com/brucemcpherson/gasGit
As for official support the best people can do is star the issues in your linked question.
I have wrote this chrome extension to make it easy to sync your code between GAS and Github.
https://chrome.google.com/webstore/detail/google-apps-script-github/lfjcgcmkmjjlieihflfhjopckgpelofo
This will work on the GAS IDE, simply sync your code between GAS and Github Repo/Gist with the familiar pull/push.

Cordova/Phonegap OpenEars speech recognition

I am trying including the OpenEars plugin into phonegap/cordova using this plugin https://github.com/karljacuncha/OpenEarsPlugin
I followed the Readme but i ended up with an error of missing files, all these files are not found :(
Any help/suggestion on how to integrate the library?
thank you any advice appreciated!
As already mentioned on a comment, new, non-backwards compatible version (2.0) of OpenEars was released on 5th of December in 2014. This of course prevents it from working with old code such as the plugin in this case.
Basically there would be two options to get it working:
Use older version of OpenEars (last one was 1.7.1) but that doesn't seem to be possible as I wasn't able to download it from anywhere after extensive search.
Fix the code to work on newest OpenEars. It shouldn't be that hard and the code of plugin is only ~400 lines of code. Most of the changes are quite straightforward as described in the upgrade guide. Feel free to fork the project in GitHub or try to contact the original author of that plugin to make the fixes necessary.

SourceKit Plugins

I've been playing with SourceKit, which is an awesome Chrome app for editing your Dropbox files using the Ajax.org Code Editor. In the release notes for version 0.5 and the readme, the author says
Arbitrary Javascript "plugins" are loaded post initialization from your Dropbox account. It is loaded from /.sourcekit/plugins/"
I've tried putting some Javascript in that directory, but can't seem to get anything to execute. Does anyone know of documentation for or examples of SourceKit plugins?
(I've submitted an issue on the GitHub project, but have gotten no response.)
SourceKit dev here. Forget about the old styled plugins that I was referring to in the old README CHANGELOG entry. I switched internally to use Dojo, Ace and Require JS. I haven't gotten to the point of adding plugin support just yet with this new rewrite...
It'll come in due time! In the meantime, if you have any ideas, I do take in pull requests via github: http://www.github.com/kenotron/sourcekit
It looks like these plugins for Bespin at Mozilla Labs should fit the bill but they don't seem to function at all at the moment. This "plugin_manager.js" file from the pilot library looks like it does just that for the SourceKit project and it was/is the same deal for Bespin/Skywriter/ACE.
I don't think at this stage there are any "downloadable" plugins for SourceKit, but the plugins in the Bespin Gallery might be worth hacking at.

Categories