Skip to content

Instantly share code, notes, and snippets.

View halton's full-sized avatar

霍海涛 halton

  • Microsoft
  • Beijing, China
View GitHub Profile
%define tex_texinfo %{_datadir}/texmf/tex/texinfo
#
# Example spec file for cdplayer app...
#
Summary: Tools needed to create Texinfo format documentation files
Name: texinfo
Version: 5.1
Release: 1
Source: http://ftp.gnu.org/gnu/texinfo/texinfo-5.1.tar.gz
URL: http://www.gnu.org/software/texinfo/
Name:nacl-toolchain
Summary: Nacl toolchain
Version: 0.1
Release: 1
Source: nacl-toolchain.tar.gz
Url:http://www.chromium.org/nativeclient/how-tos/building-and-testing-gcc-and-gnu-binutils
Group: System/Libraries
License: GNU Public License
# Now that not all the dependencies are installed on Tizen, we just install the nacl, complete the dependencies in the future
@halton
halton / va_stubs.cc
Created February 26, 2014 02:32
va_stub files
// This is generated file. Do not modify directly.
#include "content/common/gpu/media/va_stubs.h"
#include <stdlib.h> // For NULL.
#include <dlfcn.h> // For dysym, dlopen.
#include <map>
#include <vector>
@halton
halton / designer.html
Last active May 4, 2016 01:24
designer
<link rel="import" href="../core-pages/core-pages.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
@halton
halton / designer.html
Last active May 13, 2016 01:40
designer
<link rel="import" href="../notification-elements/notification-alert.html">
<link rel="import" href="../topeka-elements/theme.html">
<link rel="import" href="../topeka-elements/topeka-resources.html">
<link rel="import" href="../topeka-elements/topeka-app.html">
<link rel="import" href="../topeka-elements/topeka-datasource.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../core-icon/core-icon.html">
<polymer-element name="my-element">